Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a Straight Table in which I want to display a maximum of 1,500 lines, how can I do?
I don't have a Dimension (or a Always Available Dimension), the Straight Table is a Dynamical Straight Table.
I don't want to use Macros.
Thanks for help.
Bye
Adriano
May be something like this:
=If(RowNo(TOTAL) <= 1500, YourExpression)
If your table does not have a dimension, how could it have more than one row?
A bit confused here
I have 30 dimensions and I choose what visualize in every moment with a selections in a List.
So I don't have a dimension always available but I have 30 dimensions available.
Bye
Adriano