Hi
Data source is SSAS, I have a report that consists of a simple matrix comprising of the following fields
WorkTypeDescription and Id of jobs (this is a sum of the number of jobs)
In the text box for the NumberofJobsCompleted I set a action to go to a detailed report and pass the parameters from the first report.
The problem I have occurs that if I select more than one value in the parameter for given name my matrix looks like this
now if I click on the 1 job associated with LV fault it should take me to the detail of that job - however in the second report we have reduced the noise of the given name parameter by only showing attributes (names) where there are nonempty values for id of jobs.
So because only one of my selected people has done a LV fault, the 2nd persons name that I selected in the 1st report does not show in the 2nd report Given Name parameter and thus the report will not run. as I am trying to pass a value that doesn't exist
If I take out the nonempty filter in in the 2nd report given name parameter dataset, then it runs but then if the user wanted to use the 2nd report further that would have a lot of noise to navigate.
How can I possibly get around this problem
Regards