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

Average

Hi guys,

Please help me with idea how to calculate TOTAL average  "Overall experience" only for text tags in "Main Issue" field.

I have a list box, where a customer can select any tags of  "Main Issue".

The data is below

Capture.JPG.jpg

I used an expression

Avg(TOTAL {<[Main issue]=,[Main issue]=P()>}[Overall experience])

it works right until selection any tag from "Main issue"

Cheers,

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thanks, It works. I just modified for a chart

=Avg({<[Main issue]={'*'}>} TOTAL [Overall experience])

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I don't really understand what result you expect. Can you post some examples? Maybe this works: Avg({1<[Main issue]={'*'}>}[Overall experience])


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks, It works. I just modified for a chart

=Avg({<[Main issue]={'*'}>} TOTAL [Overall experience])