Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Javanshir_Mustafayev
Contributor III
Contributor III

Rows counter widget for chart

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?

clipboard_image_0.png

Labels (3)
1 Solution

Accepted Solutions
Javanshir_Mustafayev
Contributor III
Contributor III
Author

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)))

View solution in original post

1 Reply
Javanshir_Mustafayev
Contributor III
Contributor III
Author

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)))