I have a report with a subreport which both need to select on some data. For example
not {table.field} in ["001a","002b"]
I want to avoid duplication of data within the reports and so would like to store the data in a formula field and pass the data down to the subreport.
For example:
in main report
not {table.field} in [{@ff_exclude_list}]
in subreport
not {table.field} in [{?p_exclude_list}]
I can't get this to work. How would this data be passed from a formula field when you can't have array results?
Thanks
not {table.field} in ["001a","002b"]
I want to avoid duplication of data within the reports and so would like to store the data in a formula field and pass the data down to the subreport.
For example:
in main report
not {table.field} in [{@ff_exclude_list}]
in subreport
not {table.field} in [{?p_exclude_list}]
I can't get this to work. How would this data be passed from a formula field when you can't have array results?
Thanks