Viewing 15 posts - 31 through 45 (of 58 total)
OK. Thanks!! Could you show me how to convert my code to use the switch function?
The code expression is below:
=iif((Fields!PERIODID.Value=1) and (Fields!Year1.Value = Parameters!Year.Value),(sum(Fields!Cost_Code_Actual_Cost.Value,"Cost_Element_Group")),"0")
August 4, 2009 at 12:34 am
Hi Thanks for the feedback. Reporting services doesn't support the CASE statement from my understanding. Is that your understanding?
August 3, 2009 at 6:22 pm
SQL Server 2005 Reporting Services "Essential Skills for Database Professionals" by Brian Larson.
August 2, 2009 at 6:26 pm
Hi. Thanks.
That worked perfectly!!!
July 30, 2009 at 9:13 pm
Thanks!! It worked. The only thing is that it returned to me the same amount of rows as before the group by clause. Is that the way it should be?
July 29, 2009 at 10:15 pm
Thanks very much fpr the advice. I will try some more and see how it goes.
July 29, 2009 at 5:21 pm
Hey there,
Thanks very much for your help. It all works now!!
July 27, 2009 at 11:25 pm
Hey there,
Thanks very much for your help. It all works now!!
July 27, 2009 at 11:23 pm
Hi There,
I have finally worked it out. A big thanks to you for all of your help.
Now I just need to test it to make sure that the data it...
July 27, 2009 at 11:04 pm
Hi there. I am getting a little confused. Here is my latest version:
SELECT
CAST(timesheet.ProjectId as varchar(17)) as Job_ID_Timesheet,
timesheet.TaskCode as Cost_Code_Timesheet,
timesheet.Name as Cost_Code_Description_Timesheet,
cast(null as varchar) as Job_ID_TRAF,
cast(null as varchar) as Cost_Code_TRAF,
cast(null as...
July 27, 2009 at 9:17 pm
Hi there. Thanks for your help.
I just tried that and then get this error:
Msg 102, Level 15, State 1, Line 61
Incorrect syntax near 'Latin1_General_CI_AS'.
Line 61 is the last row of...
July 27, 2009 at 8:58 pm
Thanks very much for your help.
I was just wondering is the following also acceptable in both the color and value properties:
=IIf(Fields!DocNumbr.Value = Nothing,"Red","Black")
July 27, 2009 at 4:53 pm
Hi there again. I have been fixing up the code and I am still getting errors. The latest error is:
Msg 205, Level 16, State 1, Line 3
All queries combined using...
July 27, 2009 at 12:38 am
Viewing 15 posts - 31 through 45 (of 58 total)