Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I defined a variable test_c which depends on ValueLoop(1,o) (o is variable as well).
I tried to create a bar chart with dimension ValueLoop(1,o) and expression test_c, but it is showing a constant value along all dimension values, which is not correct.
When I write the expression/formula of test_c explicity in chart expression, it is shown correctly.
How can I use a this variable correctly in chart expression?
Thanks in advance.
Hi,
can you please post a small example to demonstrate the issue and test solutions with?
thanks
Marco
Hi,
test_c=ValueLoop(1,o)*3+m (o and m are input variables)
Dimension:
Expressions:
Result in chart:
Any help please?
Thanks in advance.