Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlikers,
hope that you can help with this.
I have a high frequency data of a sensor (minute bases). The idea is that I need to visualize the data in a line chart already did this part. noting that if the value is considered as peak i need to show at least as a red dot.
I hope that you can help on how I can do this in a line chart. I will attache the data and a screenshot of what did so far (the red dots are missing) .
Thank you in advance.
Can you set a threshold for [Electrical Power] that constitutes a peak? If so, try using the charts color and legend features.
If([Electrical Power]>700, Red(), Blue()) where 700 is an arbitrary threshold you choose.