Hi All,
I have a requirement as follows:
A crosstab which will have Year dimension both in the vertical and horizontal header. How ever the horizontal header should have years chosen by the user.
And the vertical header should have all the years that belong to that dimension.
________________
2013 2014 2015
_________________________________
Audit1 2011 N N N
Audit2 2013 Y N N
Audit3 2014 N Y N
For this I am using two queries.
Query 1 ->Audit Name , Year
Query 2 ->Year with a multiselect prompt
But the problem with this is that after exec uting the queries the Year dimension gets merged and gives me a union of all the years.
Also if I avoid merging the dimensions, it gives up the infamous #DATASYNC error.
However I want crosstab horizontal header to show up only the selectd years(that are selected using the prompt by the user).
Please help.