Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have loaded 4 dimensions with numeric names [1],[2],[3],[4] and one variable (v1) and it's allowed values are the numbers (1,2,3,4). I have a chart object and I need the definition on the expression tab to use the value of this variable.
For example :
If v1=2
I want the expression to return the dimension [2]. I tried using the following definition =$(=v1) but it is not correct. Can anyone help me please?
Thank you in advance
Square brackets are important in this case, Try like:
=$(='['&v1&']')
Yes it worked. Thank you very much mr tresesco for your valuable time