Hi,
I have a client who does not have budget for any subject area changes, but wants an answers analysis where the results are based on a filter, with the filter values being fed in from another query.
i.e.
-- Result Analysis
Select various fields
from subject area A
where value equal / in (values returned by query as below)
-- Sub Analysis
select value
from subject area B
where VariousIsPromptedFilters
If I use the standard functionality and construct the two queries and join them together then provided I have explicit filter values on the sub analysis being used to provide the filter values then it works fine.
However, my requirement is that the results of the Sub Analysis 'catch' various Prompted Filters from the dashboard I am invoking the analysis from.
This does not work as I describe it.
I have thought of setting variables but there are a prohibitively large number and type of IsPrompted filters for this to be a viable option.
Has anyone got this to work using the standard functionality??
(I know I can capture the sub-analysis and hack the SQL to make it part of the where clause, but I am loath to leave behind a complex analysis if I can get this to work using standard functionality)
Thanks for any pointers,
Robert.