Hi all,
I have an AppStudio-Report in which a hyperblock provides all customers with turnover in version Actual (in the screenshot attached it is named DATENART = D01).
But when the user has selected that in addition to the actuals also the budget values should be shown, the datafilter must cover Actual OR Budget to retrieve customers with budget but no actual values, too.

It's clear that I can select both elements in the datafilter, but I want to keep it dynamic and variable, because when the user has not only selected to see actual and budget but as well the previous year or Plan2018 or whatever then two elementes are not sufficient, as the datafilter has to cover three, four or more elementes.
So what I need is that I use a variable instead of a fixed element. When only filtering for one value the content of the variable is easy (like [DATENART].[D01].[1]), but how does the variable has to be filled with, when filtering for multiple elements?
I tried {[DATENART].[D01].[1], [DATENART].[BUDGET].[1]} as shown in the Hyperblock.Set, but that does not work.
Neither [DATENART].[D01].[1], [DATENART].[VORJAHR].[1] (without brackets) does.
Any tipps or help are welcome
Thanks,
Ralf