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

Announcements
FLASH SALE: Save $500! Use code FLASH2026 at checkout until Feb 14th at 11:59PM ET. Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Please help

Hello,

Could you help me to select only date, where Result<70%?

Please see attached file.

Thanks,

1 Solution

Accepted Solutions
udit_kumar_sana
Creator II
Creator II

Hi,

you can write this in your straight table expressions:

1.)For Result:-

if(((Count({<MYear={'$(=MonthName(max(MYear)))'}, Result={'Yes'}>}Result)/

Count({<MYear={'$(=MonthName(max(MYear)))'}>}TOTAL<submitDateTime>Result))*100)<=70,((Count({<MYear={'$(=MonthName(max(MYear)))'}, Result={'Yes'}>}Result)/

Count({<MYear={'$(=MonthName(max(MYear)))'}>}TOTAL<submitDateTime>Result)))*100)

2.)for Sample size:-

=if(isnull(column(1)),0,Count({<MYear={'$(=MonthName(max(MYear)))'}>}TOTAL<submitDateTime>Result))

Regards,

Udit

View solution in original post

2 Replies
udit_kumar_sana
Creator II
Creator II

Hi,

you can write this in your straight table expressions:

1.)For Result:-

if(((Count({<MYear={'$(=MonthName(max(MYear)))'}, Result={'Yes'}>}Result)/

Count({<MYear={'$(=MonthName(max(MYear)))'}>}TOTAL<submitDateTime>Result))*100)<=70,((Count({<MYear={'$(=MonthName(max(MYear)))'}, Result={'Yes'}>}Result)/

Count({<MYear={'$(=MonthName(max(MYear)))'}>}TOTAL<submitDateTime>Result)))*100)

2.)for Sample size:-

=if(isnull(column(1)),0,Count({<MYear={'$(=MonthName(max(MYear)))'}>}TOTAL<submitDateTime>Result))

Regards,

Udit

Anonymous
Not applicable
Author

Thank you so much