Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
helen_pip
Creator III
Creator III

A value which exceeds 24:00 does not show

Hello

I have attached a QVW which shows data from an Inline view statement

The table at the front end shows the longest wait for MonthYear and YTD

However I know for a fact that the longest wait was actually 51 hours or 3105 minutes, but the way I currently have my expression in the table set up is to show the 24 hour clock.

I require help so that the table shows the longest wait even when the wait has exceeded 24:00

Can anyone help me achieve this?

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Replace the time function with the interval function.

if (Level3_Month='95TH CENTILE',interval(Fractile({<Inline_Monthly_DataSource={ 'ED', 'EYE', 'MIU'} >} Inline_Monthly_Data_A,0.95)/1440,'hh:mm'),

...etc


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Replace the time function with the interval function.

if (Level3_Month='95TH CENTILE',interval(Fractile({<Inline_Monthly_DataSource={ 'ED', 'EYE', 'MIU'} >} Inline_Monthly_Data_A,0.95)/1440,'hh:mm'),

...etc


talk is cheap, supply exceeds demand
helen_pip
Creator III
Creator III
Author

Thank you so much

You have no idea how long I have spent tracking back to see where my data was corrupt....Clearly it was a lack of knowledge all along

Thanks

Helen