Jump to content

Recommended Posts

Posted

Hi,

I create a Hierarchy column filter but the values inside included Empty values. I need a button with IronPhyton that able to check all values but uncheck the Empty values in the Hierarachy column filter.

 

Thanks in advance for the help.

Posted

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

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