Hello!
So I have a master report with an action link to use a BI content for one of the columns (let's say PRODUCT), which uses a formula with CASE statement.
And I have another column called CATEGORY. And for that column, the detail dashboard has a "prompted" filter.
So I click on a PRODUCT value, and it brings me to the detail dashboard where the CATEGORY prompt is already set with the corresponding value from the master report, and the report is filtering this CATEGORY accordingly. So far so good.
Now I add a union on the master report. The second join is using a slightly different formula for PRODUCT column, however, CATEGORY column in the second join remains exactly the same.
Once the union is added, the CATEGORY value is not getting passed to the detail report. The detail prompt is not being set and the detail report is not filtering by CATEGORY.
What am i missing? Any ideas?
Thanks!