Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Could I define in a chart an expression for the total of a column that is different from its column expression?
Thanks,
Guy
Hi,
You can do that.
Try with RowNo() function.
=If(RowNo()>0,ColumnExpression,TotalExpression)
Celambarasan
Hi,
You can do that.
Try with RowNo() function.
=If(RowNo()>0,ColumnExpression,TotalExpression)
Celambarasan
Thanks Celambarasan Adhimulam, its clear and working good as it looks!