Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
In List box If you select show Frequency then that would shows all frequency values of each value. In this I want see only more that 2 frequency values in same List box or another List box.how we can resolve this issue.
Could you please help on this i am eagerly waiting for your response.
Thanks & Regards
Minna
Try like:
=Aggr(If(Count(Field)>2, Field), Field)
PFA
Muna you can aggregate the field count as suggested by tresco
Thanks for your reply..
I didn't get correct answer could u please explain with one more example.
Thanks & Regards
Munna
Try to create a sample qvw and explain your expected output there. May be that would be a better option for us to help you.
Hi Munna,
Put the formula suggested by Tresesco in List box
Go to List box -->Properties-->Fields-->Select Expression-->Put formula (Change Field to the exact name of field which you want)--> Ok