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: 
mattue84
Contributor
Contributor

Return the 1st date AFTER another timestamp

ok I am trying to get me Speed to lead. I can easily get it from excel but looking to move into Qlik. I am having an issue when it comes to the 1st contact AFTER the lead was renewed.

 

(aggr(min(First_Timestamp_List),contactid))  - Pulls the most recent timestamp for the lead

(aggr(min(CallDateTime_CallLog),contactid)) -Pulls the 1st time we have a call for that lead.

 

I did try IF(CallDateTime_CallLog>=First_Timestamp_List,(aggr(min(CallDateTime_CallLog),contactid))) but this doesn't seem to take any effect in giving me the 1st time we called that lead AFTER the most recent timestamp for the lead

 

 

Labels (1)
0 Replies