Page 1 of 1

Filtering of Table data

Posted: Wed Dec 07, 2011 7:41 am
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


Filtering of Table data

Posted: Thu Dec 08, 2011 1:30 am
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.