Hiding lines on a chart
Posted: Wed Jul 15, 2026 6:44 pm
Hello, I'm a newbie here.
I was trying to solve a very simple problem.
I have three data sources: TemperatureFeed1 and TemperatureFeed2 as an integer, datetime as an argument. I also created two variables: Visible1 and Visible2 as logical ones. Then I created a graph line from two lines.
I tried to use filters to hide lines depending on the states of the variables (for example, IIF(Visible1,TemperatureFeed1,null)), but it didn't work.
In my task, the operator chooses which chart to view before printing the report.
How can I hide different lines on a graph depending on variables?
I was trying to solve a very simple problem.
I have three data sources: TemperatureFeed1 and TemperatureFeed2 as an integer, datetime as an argument. I also created two variables: Visible1 and Visible2 as logical ones. Then I created a graph line from two lines.
I tried to use filters to hide lines depending on the states of the variables (for example, IIF(Visible1,TemperatureFeed1,null)), but it didn't work.
In my task, the operator chooses which chart to view before printing the report.
How can I hide different lines on a graph depending on variables?