Hi,
I have 1 report with 2 charts, both charts have their own dataset. The two datasets are mdx queries on 2 different cubes, but some dimensions have the same name.
Now I want to have 2 differenent selectable parameters for the [dim time] dimension. One for the first query in the first cube and the second for the other query in the other cube .
So I check in the mdx query builder, both dimensions as parameter, but because both dimensions have the same name, i have only one selectable [dim time] -parameter in my report.
How can i solve this?
Thanks,
Dennis
Dear Dennis
Please help me to pass a parameter thru reportbulder to get drill down from report1 to jump into report2 . I created report1 and report 2. I want to jump into report 2 using parameter . I am getting one error when I run the report1 after giving drill throu in property page of the report in reportBulder
"Query Parameter missing " . Please help me
regards
Polachan
|||Hi Dennis,
You can solve this by mapping a second parameter to the dataset.
Under Report > Report Parameters, Add a new parameter.
Create a new name and copy over the rest of the information from the parameter created by the MDX designer.
Within the properties of the second dataset (click the ellipses next to the DataSet name), modify the Parameters Value to point at the new parameter you just created.
That should give you two parameters, each mapped to the appropriate dataset.
HTH,
Jessica
No comments:
Post a Comment