I’d like to ask, how can we achieve hiding a Channel? That is, when the Channel value is read to be 0, the channel is not displayed, and it is displayed only when the value is 1. How can this be achieved? Thank you!
My supplementary description is that for the Table file that needs to be added in the Web, it will be displayed when the channel value is 1. When the channel value is 0, the channel will not be displayed in the table. How can we directly hide this channel?
By disabling the Activity, you exclude the channel from the database.
As far as I understand, it is impossible to hide a channel from the web table with a value of 0.
You can overlay a dynamic image on the mnemonic with a transparent background at a value of >0 and the main background of the mnemonic at a value of = 0.
> When the channel value is 0, the channel will not be displayed in the table.
Table view cannot switch channel displaying.
In a scheme view, it’s possible to change an image depending on channel value, so it will solve the question for discrete channels.