Filter by Category

Stimulsoft Reports.WEB discussion
Post Reply
mkeuschn
Posts: 17
Joined: Thu Apr 03, 2014 8:56 am

Filter by Category

Post by mkeuschn »

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
Attachments
Filter.PNG
Filter.PNG (10.36 KiB) Viewed 812 times
NursingHomeReport.mrt
(10.15 KiB) Downloaded 160 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Filter by Category

Post by HighAley »

Hello.

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)
Thank you.
Post Reply