Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
niana-varma
Contributor II
Contributor II

Qlik sense handiest display values on trend graph

Hi...Im new Qliksense ,I have a trend graph line..and these values show as time differences for orders per customers

This is the sort of question to ask how to stop showing 0 however

This measure is worked out using an if statement.. within the if statement there is sum difference between two time stamps.

if("CheckDate" < StartCheckDate , max({$<[Temperature]={'<=0'}>} CheckDate) - min({$<[Temperature]={'>0'}, CheckNumber = {1}>} CheckDate), max({$<[Temperature]={'<=0'}>} CheckDate) - min({$<[Temperature]={'>0'}, CheckNumber = {2}>} CheckDate))

However some customers are showing up as 00:00:00 how do I in the measure say don't show these customers.. that have 00:00:00

niana
Labels (2)
1 Reply
arulsettu
Master III
Master III

Hi,

 

Can you try disabling the Include zero values under Data Handling. or post the sample app