on 2023 Sep 12 12:19 PM
Hi experts,
it is possible to define a parameter for a measure (of a new model) with cardinality "any" (=parameter with multiple measures)
I´m using an Advanced Formula Step to manipulate data and would like to apply those (complex) steps for all measures defined in the parameter.
The question is: How could the multi-measure parameter be used?
Not possible options are:
MEMBERSET [d/Measures] = %Measure%
MEMBERSET [d/Measures] = BASEMEMBER([d/Measures], %Measure%)
IF [d/Measures] = %Measure% THEN
IF [d/Measures] = BASEMEMBER([d/Measures], %Measure%) THEN
FOREACH [d/Measures]
Any ideas?
Thank you, Thomas
thkarner
thkarnerI think for Measures currently SAC only allows a single cardinality for measure parameters. The only way you scope multiple measures in MEMBERSET is by fixed comma separated list
MEMBERSET [d/Measures]=("Measure1","Measure2","Measure3")
Br.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.