Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Mario3
Contributor
Contributor

Peak Detection visualization

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.

1 Reply
duchezbr
Contributor III
Contributor III

Can you set a threshold for [Electrical Power] that constitutes a peak? If so, try using the charts color and legend features.

  1. In 'Colors and Legends' Toggle Colors from Auto to Custom
  2. Set drop down to 'By expression'
  3. In the expressions box use:

If([Electrical Power]>700, Red(), Blue()) where 700 is an arbitrary threshold you choose.