Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
philip1
Contributor
Contributor

Meaningful representation. interpolate?

Hello Qlik community. I have a question. I am currently trying to map machine parameters. unfortunately there are misleading values ​​just above 0 at regular intervals which destroy the chart. How can I display the diagram in a meaningful way? Maybe normalize or interpolate? Attached is a picture of the diagram and the code.

DB_m13_trend_conductivity_ch3_act
Labels (1)
1 Solution

Accepted Solutions
marcus_sommer

You may exclude these values with a set analysis, like:

sum({< Value = {">=LowerLimit<=UpperLimit"}>} Value)

whereby it might be more expedient to flag invalide values already within the script respectively to score them there.

- Marcus

View solution in original post

1 Reply
marcus_sommer

You may exclude these values with a set analysis, like:

sum({< Value = {">=LowerLimit<=UpperLimit"}>} Value)

whereby it might be more expedient to flag invalide values already within the script respectively to score them there.

- Marcus