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: 
Anonymous
Not applicable

Trouble getting an average result in a text object

Hi, I'm having a hard time trying to get in a text object the same average value I get in a simple table objet.

The MTTE average result I get in the simple table object is 00:00:57 and I am not able to get it using the expression in the text object of the example I provide attached here.

Could you please help me getting the same value in the text object please?

Many thanks.

1 Solution

Accepted Solutions
sunny_talwar

Try this

=time(Avg({<[Classificação do Massivo] = {'Confirmado'}, Alerta -= {'$(vExcludedAlerts)'}>}CriadoIA - MTTE_SLA_Horadeinício))

View solution in original post

2 Replies
sunny_talwar

Try this

=time(Avg({<[Classificação do Massivo] = {'Confirmado'}, Alerta -= {'$(vExcludedAlerts)'}>}CriadoIA - MTTE_SLA_Horadeinício))

Anonymous
Not applicable
Author

It works. Thanks.