If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
I've filtered chart fields and a counter is needed to display the exact number of rows on the screen, how do I do that?
Resolved by counting the fields by formulas I'm filtering the data within them. See example below:
count((If(tests_automated <= 0, tests_automated))-(If(tests_total >= 1, tests_total)))
Resolved by counting the fields by formulas I'm filtering the data within them. See example below:
count((If(tests_automated <= 0, tests_automated))-(If(tests_total >= 1, tests_total)))