Viewing 15 posts - 151 through 165 (of 216 total)
Hi PSB
Imho you should add format expression, please check in this way:
=Switch(Fields!Code.Value="GBP", Format(Fields!YourDecimalValues.Value, "'£'#,0.00;('£';('£'#,0.00))"),
Fields!Code.Value="USD", Format(Fields!YourDecimalValues.Value, "'$'#,0.00;('$'#,0.00)"),
Fields!Code.Value="AUD", Format(Fields!YourDecimalValues.Value, "'$'#,0.00;('$'#,0.00)"),
Fields!Code.Value="CAD", Format(Fields!YourDecimalValues.Value, "'$'#,0.00;('$'#,0.00)"),
Fields!Code.Value="EURO", Format(Fields!YourDecimalValues.Value, "'€'#,0.00;('€'#,0.00)"),
Fields!Code.Value="NOK", Format(Fields!YourDecimalValues.Value, "'kr'#,0.00;('kr'#,0.00)"),
Fields!Code.Value="RUB", Format(Fields!YourDecimalValues.Value, "'py6'#,0.00;('py6'#,0.00)"),
Fields!Code.Value="COP", Format(Fields!YourDecimalValues.Value, "'COL$'#,0.00;('COL$'#,0.00)")
)
Thanks
Mike
Ps. Or...
September 4, 2014 at 2:38 am
Hi
It's generaly limited by available memory. However, there are a few things you can do to ease up on performance.
Please convert it from varchar to char before, remove unused...
February 27, 2014 at 5:59 am
Hi Karmi
Could you show as CREATE TABLE statement for both source & dest. tables.
I'm afraid you are unable to insert data due to nonnulable column deifinition (inc_status) in DWH.DBO.incident.
The...
December 7, 2013 at 4:35 am
Hi Keith
One of my packages also process some tasks on a list of tables, it works fine.
I have declared 3 variables:
TblList as object
TblId as Int16
TblName as string
Query statement select row_number()...
December 6, 2013 at 3:40 am
Hi Mario
Incorrect margin in the exported Excel is well known issue in Reporting Services 2008, as I remember
it has been fixed in SSRS 2k8 SP2 but I didn't upgrade so...
December 5, 2013 at 3:20 pm
Hi Onlo
I try delete garbage from Temoprary Internet Files and Temp folders maually or run disk cleaner,
despite the launch built-in IE cleaner, it leaves a lot of temp files untouched.
Br.
Mike
December 5, 2013 at 1:59 am
Please add Data Conversion Task between Source and Destination.
Br.
Mike
December 2, 2013 at 6:45 am
Hi Tim
I know that my previous advice was very trivial but the simplest solution is the best when you have a deadline to do sth.
Please take a look for that...
December 2, 2013 at 5:45 am
Hi Onlo
Please delete all files from Temoprary Internet Files and Temp folders on her local profile.
Regards
Mike
December 2, 2013 at 3:20 am
Hi,
Please try to change data type to Unicode string [DT_WSTR]
in source connection.
Br.
Mike
December 2, 2013 at 2:21 am
Hi
Try this:
=DateAdd(DateInterval.Hour,7,DateAdd(DateInterval.Day,-1,today()))
Br.
Mike
November 29, 2013 at 2:21 am
Hi Tim
Imho you could convert it to char directly in SP.
Br.
Mike
November 29, 2013 at 1:44 am
I'm afraid I'm not genius, I simply meet that problem in the past and I lost some
time to resolve it. Problem is related with Runtime.InteropServices.
Br.
Mike
November 28, 2013 at 5:54 am
Hi
Please create C:\Windows\SysWOW64\config\systemprofile\Desktop and
try axecute execute again.
Br.
Mike
November 28, 2013 at 4:55 am
Hi,
I prefer local processing mode for apps to avoid that problem.
Did you try to change
this.ReportViewer1.ServerReport.Timeout = 600000;
Br.
Mike
November 28, 2013 at 3:50 am
Viewing 15 posts - 151 through 165 (of 216 total)