Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If you are using a synthetic dimension from a data island is it also possible to store the expressions in this table and use them?
I know there is a pick/match method but this requires to much maintenance for what I need. So in a nutshell I want to use the value stored in the "SynthExpr1" field as the expression for the associated Synthetic dimension. Example attached.
Is it possible?
am I right, that you want to select the expression in field SynthDim1 ?
then you could try the following:
hope that does it
best,
alex
Easier as pick(match()) isn't possible - the creation of the pick-match expression might be automated in some way. see here a similar discussion: Re: AllowMacroFunctionsInExpressions AND ActiveDocument.Evaluate()
- Marcus
This won't work because with a $-sign expansion creates an adhoc-variable which will be evaluated once before the chart is calculated and then applied for each row.
- Marcus
Hi, Felix180807.
It's possible store expression in field of island table, the variable is previously created. Use Ctrl+Alt+V
Follow the steps below:
I attached an simple example for you have idea of how work.
Hope this helps!
I think you can do it as long as only one SynthExpr1 is possible (or you chose one from among alternatives). See attached example.
=$(=SynthExpr1)
-Rob