Viewing 3 posts - 1 through 3 (of 3 total)
I know the question has been answered, but I want to show what I did.
iif(Parameters!GFYID.Count=6,"ALL FYs",(JOIN(Parameters!GFYID.Value,", ")))
April 12, 2013 at 7:23 am
#1605950
Try this expression:
This example will show Jan/2013
="DATE PREPARED: " & format(Globals!ExecutionTime, "MMM/yyyy")
January 2, 2013 at 11:25 am
#1573005
I tried that and it did not work.
My issue started to happen when I added a value in Tablix (Page Name), so that when I export the report as an...
December 31, 2012 at 4:32 am
#1572483