Tab Strip Hidden Function

Hi All,

I am using Ignition Version 8.0.14.

My Question is How to Trigger “Hidden” (True/False) Tab Strip Function based on the Tag while opening the popup?

Thanks in Advance,
Suresh

Hi, if i get it straight you are trying to hide a tab based on a tag value.
The tab strip component has a Property called Tab Data (which is a dataset).
You can bind this property with a cell update.

In this example i bound the Hidden tab of the first row to a tag called Hidden Tab :

Hope it will help.

1 Like

Thank you. It is working perfectly.