Hi,
I have created a filter to my module where users can select an item from the filter, which the module will then show those which apply (via boolean).
However, I cannot seem to show all items? I created a top hierarchy in the list, but my boolean formula is S_Reporting Group Selector.Reporting Group Selector = Reporting Group and so when all is selected, the boolean does not apply. How can I fix this?
Thanks
Solved! Go to Solution.
set the summary method of the line item used as filter to "any" or "all".
Cheers,
Alex.
thanks for the feedback.
As per the formula in your original post, seems to me that your selector is at "Product group" level, whereas your target module is at "product" level? If this is the case, you will have to use a Lookup in your filtering boolean line item: something like this: S_Reporting Group Selector.Reporting Group Selector = Reporting Group[lookup: product group]
Could that be the case?