Skip to main content
I want to have a formula column on a report that should add 10% to the record count.

 

How would I do the formula?

 

Thanks

 

 
2 respuestas
  1. 18 nov 2019, 21:42

    Create a summary formula like this:

    RowCount + 0.1 *( RowCount )

     

    And make it display only on "Grand Total Only"
0/9000