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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
smilingjohn
Specialist
Specialist

Time

HI

Please find the screen shots . let me try to explain it in a simple wasy

I have success date , appraoched date

My requirement are

it should show count of custome id  less than 50 mints   for the below formula

Success date - approached date lessa than 50 mints .

(i want to show count of those cusotmer id  who appraoched before 30 mints after subracting appraoched date from success date ).

I hope i am clear now

Thanks in advance

13 Replies
smilingjohn
Specialist
Specialist
Author

HI Digvijay ,

below is the date  format what i have in my app , as shown in the snap shot .

i need to show

(i want to show count of those cusotmer id  who appraoched before 30 mints after subracting appraoched date from success date ).



Thanks

tresesco
MVP
MVP

Try like:

Sum({<Date={'>=$(=YearStart(Max(Date)))<=$(=Date(Max(Date)))'}, [Success Date]={"=[Success Date]-[Approached Date]>1/24/60*30"}>}Data)

smilingjohn
Specialist
Specialist
Author

This is not working i tried