Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using a simple expression in the pivot table with one dimension, which is something like as follows.
if (ColumnNo() = 1, 1, 0)
but it seems the ColumnNo() is not returning anything.
Am I missing anything here?
Jean
you should have horizontal column in pivot table to use columnno() function.
thanks, that clarifies
@KDealer Support wrote:
Hi,
I am using a simple expression in the pivot table with one dimension, which is something like as follows.
if (ColumnNo() = 1, 1, 0)
but it seems the ColumnNo() is not returning anything.
Am I missing anything here?
Jean
The figure below summarises some common pivot table functions and what they do when you apply them to a given field. In this example, the centre field “Starting Point” will serve as our given field and be used as the starting point for each function. The figure then shows where in the table the data will be retrieved from depending on which function is applied.
Thank You. kdealer plus