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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Modify expression

Hi,

Please help me to modify expression avg({1} MyField)

I want to show avg of all, but manage by Filter MYear.

In my case if I select any month in MYear, it shows trend for all month.

Thanks,

13 Replies
Anonymous
Not applicable
Author

Filter works with this expression

avg(TOTAL<MYear>{$< Client*=, Industries*=>}[MyField])

but the result is wrong.

I need to investigate it.

whiteline
Master II
Master II

=avg({1<MYear=P(MYear)>}MyField)

Not applicable
Author

you didn't tell you've got only two dimensions to clear:)

this should work

avg({$<Client=, Industries=>} MyField)

also whiteline got fine idea

Anonymous
Not applicable
Author

Thank you for your help.

You really helped me.