Jump to content

IronPython how to exclude empty values for Filter CheckBoxHierarachy Filter


Wee Loon Goh

Recommended Posts

In order to uncheck the empty values, you would need to set the filter

to exclude empty values.

You can add the following line before the "for" loop:

cbFilter.IncludeEmpty = False

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

CheckBoxFilter.IncludeEmpty Property

Gets or sets a value indicating whether or not the filter should include empty value rows.

Some more helpful scripts:

https://community.spotfire.com/wiki/how-select-hierarchical-filters-tibco-s...

https://community.spotfire.com/wiki/how-uncheck-all-checked-values-all-visi...

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