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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
peterderrington
Creator II
Creator II

Straight table not displaying negative time value

Hi, 

I have a straight table that displays the smallest value of a given field (expression= "Min({<Ward={'NSEC08'}>}[Difference between bed reserved time and PAS time left])" ) which seems to work fine apart from when it comes across a negative value (due to people incorrectly entering the right values). 

Is there anyway to just either blank the value or at least identify it with a minus sign.

Thanks, 
Peter

1 Solution

Accepted Solutions
peterderrington
Creator II
Creator II
Author

Its ok, i worked it out.

I used this expression and it now shows the first true minimum value:

Min({<Ward={'NSEC08'},[Difference between bed reserved time and PAS time left]={">00:00:00"}>}[Difference between bed reserved time and PAS time left])

View solution in original post

1 Reply
peterderrington
Creator II
Creator II
Author

Its ok, i worked it out.

I used this expression and it now shows the first true minimum value:

Min({<Ward={'NSEC08'},[Difference between bed reserved time and PAS time left]={">00:00:00"}>}[Difference between bed reserved time and PAS time left])