Viewing 15 posts - 271 through 285 (of 285 total)
My expression is :
= CASE WHEN Fields!PremuimMonth.Value >= DATEADD("mm",-3,NOW())THEN Fields!PremiumAmount.Value ELSE " " END As "AVERAGE AMOUNT"
August 8, 2011 at 4:06 pm
Case is not working in SSRS...It is just showing #error
August 8, 2011 at 3:56 pm
Getting errors while write the case statement...can we try same thing in switch??
August 8, 2011 at 2:46 pm
I want to get the past 12months date depending on the parameters chosen from report!!!!! I need to write an expression to get it...but getting errors:
=DATEADD("MM",DATEDIFF("MM",0,Parameters!RunMonth.Value)-11,0)
tried different ways...:(
August 4, 2011 at 3:03 pm
Thank you....I have another issue with datepart .I have @Year and @Month values comming from Parameter.
I need to write expression to get the 12month rolling date ,selected...
August 4, 2011 at 1:56 pm
I got it...I created another Dataset for Guid which is tied to Name and passed those values to GUID.:)
August 4, 2011 at 9:38 am
Hey...I know how to add expressions....but did not understand your iff condition!!
August 3, 2011 at 8:34 am
Hi ...can you please be more specific....? i did not understand??
August 3, 2011 at 8:17 am
I dont want to change anything to storeproc , but add as a seperate column as average : to display average for past three months( from current month) and also...
August 2, 2011 at 3:50 pm
Hey thank you....I got it by quaterly.Now I need to get average and totals of the past three months "Pamt" for each "cname" across all " LOCDESC".This is Different...
August 2, 2011 at 3:22 pm
Updated the table.But still did not get how to merge the dataset (created from storeproc) with the calender table? to get as one dataset in ssrs???
On what column to join???
August 2, 2011 at 1:27 pm
Hi...I see the table you sent have month names in diff language ?? Can I get the one with English please???
Or It maight not make difference???
Thanks,
komal
August 2, 2011 at 12:13 pm
I am getting the parameter values from the Store proc for @runyear and also data!!!!
August 2, 2011 at 10:50 am
Viewing 15 posts - 271 through 285 (of 285 total)