Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to display only the first 10 lines in my table with the following colums:
- Sales Date
- Product ID
- Vendor ID
- Nb of Sales
Is there a way to achieve this?
Thanks
Kind regards
@annick Perhaps an expression as below with the other columns as dimensions.
=If(RowNo(TOTAL) <= 10, Sum([Nb of Sales]))