Viewing 3 posts - 1 through 3 (of 3 total)
=IIF(Globals!RenderFormat.Name = "EXCEL", Nothing, "Detail Report")
April 14, 2011 at 1:08 pm
#1311823
Go to the textbox properties --> Action --> where you specify a report --> add this expression
=IIF(Globals!RenderFormat.Name = "EXCEL", Nothing,"Detail Report Name")
Hope it works!
April 14, 2011 at 1:07 pm
#1311821
Hi
MDX equivalent of a filtered GROUP BY in SQL. see the link below:
http://geekswithblogs.net/darrengosbell/archive/2009/01/28/mdx-equivalent-of-a-filtered-group-by-in-sql.aspx
December 7, 2009 at 12:14 pm
#1088801