Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Remove time from another time

Hello All,

Say I have a field called 'InTime'.

A pivot table then has the expression =TIME(InTime,'hh:mm')

What would I like is to have this time minus five minutes.

Any help would be much appreciated.

Regards,

Jim

Labels (1)
2 Replies
sreenivas
Creator III
Creator III

=Time(TIME(InTime,'hh:mm')-Time('00:05','hh:mm'),'hh:mm')

Not applicable
Author

Hello Sreenivas,

Thank you for this.

I have not had time to test yet, but should be able to next week.

I will let you know how I get on.

Regards,

Jim