Jump to content

To get all the values of the ListBoxFilter using IronPython


EDS Support

Recommended Posts

Hi,

To get all the values of the ListBoxFilter using Ironpython script without iterating through the column.

In my case ((All)) is selected in the ListBoxFilter.

Is there a way to get it through filter (since the filter has only unique set of values) and not via iteration through column

Link to comment
Share on other sites

There is no direct API from the filter that would give you the values in it.

To retrieve the values in a listbox fitler you can use the below snippet,

ListBoxFilter.DataColumnReference.RowValueswhich should return all the values in the colum which would be in the list box filter.

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a...

https://docs.tibco.com/pub/doc_remote/sfire_dev/area/doc/api/TIB_sfire-a...

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...