Hi,
I want to filter my report data by a category variable. But I am missing some configuration flag anywhere in the report. I have attached the report.
Best regards,
Marko
Filter by Category
Filter by Category
- Attachments
-
- Filter.PNG (10.36 KiB) Viewed 812 times
-
- NursingHomeReport.mrt
- (10.15 KiB) Downloaded 160 times
Re: Filter by Category
Hello.
You forget to set the Filter property of the Data Band.
Please, use next expression in the Filter:
Thank you.
You forget to set the Filter property of the Data Band.
Please, use next expression in the Filter:
Code: Select all
Category.Contains(NursingHomeData.Category)