Forum Discussion
MannyPinheiro
2 years agoQuickbase Staff
You can use a formula query with the Size function in a report formula to evaluate the field containing the volume data to check if it is greater than or equal to the volume. The size will return how many records you have by volume and assign a numeric value. You a filter the report to only show records where size is less than or equal to 20.
However, if you have many records that equal the same volume you will have many records with the same size value.