Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any way we can reference the column number in the variable?
Like this If(1='Test','Success','Failed').
We can use the column(1). But not sure about referencing the column number as mentioned above
If you want to make a standalone variable that references a chart column then, no. If you'd like to create an additional column in the chart then you can reference the column. I think it is only possible to reference columns or expressions within the same chart. Like you can create expressions that reference columns or expressions on the same chart but not from a different object in your qvw
Thanks for the response. I have used Column (1) in the charts but not sure 1 will work. Like using 1 instead of Column(1).