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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
vipin_mishra479
Creator II
Creator II

Total Issue

Hi All,

I have a four field F1 F1 F3 F4  where F1 F2 F3 are dimension and F4 are measure  and my data is like this

F1                        F2                        F3                               F4

BBPropertyA10
BBComSetB20
BBComSetC30
BBComSetD40
BBComSetE20
BBComSetF10
BBComSetG21
BBComSetH25
Total 22

here i get 22 avg but i want avg only compset (F2) data

like this

BBPropertyA10
BBComSetB20
BBComSetC30
BBComSetD40
BBComSetE20
BBComSetF10
BBComSetG21
BBComSetH25
23.71429

How can i get this please help and here i attached my application

1 Solution
5 Replies
antoniotiman
Master III
Master III

Hi Vipin,

Try

Avg({<F2={'ComSet'}>} F4)

Regards,

Antonio

vipin_mishra479
Creator II
Creator II
Author

if i use this i loss Property value

vipin_mishra479
Creator II
Creator II
Author

Thanks Buddy....

maxgro
MVP
MVP

if(Dimensionality()=0, Avg({<F2={'ComSet'}>} F4), avg(F4))