How can I access the filthers used in the interactive reports?

Greetings,

I develop several applications for APEX.
Right now I make use of interactive reports.
They are excellent tools, simple querys can do a lot if they use an interactive report.

How you can that yend users can perform a filthers on the road is one of the best features that they have, from my point of view.
It's so good that I was wondering if it is possible to use the filthers activated by an end user.

Example, this query is in an interactive report: SELECT name, action, year of aux_table;

If the user sees every line of it, but being in an interactive report, the user can add a filther in column of the year, for example, and display only the lines of the year 2008.
It is very well... And here the question arises...

Suppose I want to do a query based on the filthers currently, the user has activated, is this possible?
I have a created delete action that will delete all the files, BUT I want to apply the filthers to the end user than delete action, the action would be:

DELETE FROM aux_table where year = 2008

Is it possible to make querys that take advantage of the filthers defined by the user for interactive reports?

Thank you

NP - take a look on Re: interactive report - save the output and links there, they can help guide you

Andy

Tags: Database

Similar Questions

Maybe you are looking for