Filtering of Table data

Stimulsoft Reports.Silverlight discussion
Locked
RichFinnegan
Posts: 23
Joined: Fri Sep 23, 2011 4:43 am
Location: Germany

Filtering of Table data

Post by RichFinnegan »

I've attached a BO to a table and it shows the data fine. What I need to do is filter the data where column 1 <3. I attached a filter to the table in the
designer as an expression but it does not appear to work.

BO.BType < 3

Am I doing something wrong or doesn't it work.

regards

Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Filtering of Table data

Post by Alex K. »

Hello,

Please check the latest release if you use bussines objects as datasource. We have added support for filtering for BO in this release. Also you can use conditions instead of filtering for bussines objects.

Thank you.
Locked