Updating the query for a table on a page
Summary
Updating the query for a table on a pageContent
I have a table on a page which returns a list of positions from a Business Object.
The Default Query only gives me the options to match ALL or Any of the queries.
What I want to do is the conditions will be a combination of AND and OR.
eg (Condition 1 and Condition 2) or (Condition 3 and Condition2) or (Condition 4)
I know how to build up the conditions but can't figure out how to grab the default query for the table and modify it.
How do I code a custom of object to grab the query for the table, apply conditions and then execute it?
2