Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)))