Page 1 of 1

Filter by Category

Posted: Wed Apr 16, 2014 12:45 pm
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

Re: Filter by Category

Posted: Thu Apr 17, 2014 6:41 am
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.