Hello,
I have wpf v2 designer versione 2026.1.3, the last version with ultimate license.
In my report i want to create a variable to filter report on by client viewer. I create a variable lika as in image.
Then, in my band i want filter data but I can't or i don't kown how can i do it.
If I use expression like this: IIF(Variable != null, Variable == Test.DescRisorseCompl, true)
I get error:
In other way i try this method: create a filter like as in image, but doesn't work
I try also in other way like this, doesn't work:
I see into filter of band that is not visible flag "Filter is active?"... missing?
Can you help me?
Filter by variable Client
-
info@2next.it
- Posts: 19
- Joined: Tue May 24, 2016 11:10 am
-
Lech Kulikowski
- Posts: 7655
- Joined: Tue Mar 20, 2018 5:34 am
Re: Filter by variable Client
Hello,
Please try to check
(Variable == "" || Variable == Test.DescRisorseCompl)
Thank you.
Please try to check
(Variable == "" || Variable == Test.DescRisorseCompl)
Thank you.