Multiple default parameters
Hi,
I need to set 2 default parameters for my mdx query report. In an expression, when I do this it doesn't work:
="[Dim Behaviour].[Behaviour].[Name].&[Eat],[Dim Behaviour].[Behaviour].[Name].&[Talk]"
It only shows the first parameter.
How do I show 2 default pararmeters in 1 expression?
Thanks
Bob
October 21st, 2010 12:11pm
Hi Bob,
You should have 2 rows for 2 default values by clicking the Add button in the Parameter Properties window's Default Values page, and type each of them in one row textbox instead of your string.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
October 25th, 2010 7:52am
I want to be able to do this programatically!
November 2nd, 2010 5:55am