Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Margaret
Creator II
Creator II

interval/subtraction and set analysis

How can I combine this:

=avg(interval(AuditDateTime2-AuditDateTime1,'d hh:mm'))

with

<Event2={'Confirmed'}>

?

I don't know if it matters that AuditDateTime2, AuditDateTime1 and Event2 are all in the same table.


Thanks!!


1 Solution

Accepted Solutions
sunny_talwar

May be this:

=Avg({<Event2={'Confirmed'}>} Interval(AuditDateTime2-AuditDateTime1,'d hh:mm'))

View solution in original post

2 Replies
sunny_talwar

May be this:

=Avg({<Event2={'Confirmed'}>} Interval(AuditDateTime2-AuditDateTime1,'d hh:mm'))

Margaret
Creator II
Creator II
Author

I had no idea it was that easy! Thank you again!!!!!!1