Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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