Jump to content

Download filter values


Recommended Posts

Hi Veronica,

I don't think there is an easy way of accomplishing this. As far as I know, there is no such out of the box functionality available.

So any solution will involve a bit of coding.
You can list all filter values in a text area (in html) that have been set via this iron python code. The code lists all filtered values from the current page only.

Once you have the filters, you need to find a way to export them together with the data table. You may want to see if you can write the output from the filter values, into a Document Property. That way, you can capture them in a calculated value and add it to the data table, so you can export them together. This iron python code can help as an example to capture filtered values in a Document Property.

If you also want to export the data table via a script, you can find an example here.

Kind regards,

David

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...