on 2023 Sep 11 9:27 AM
guvvalasairam436
If country us not a dimension in your model, You would need another 2 set of attributes of type integer and maintain numeric codes for all possible country values. For e.g. PL =1, UK = 2 etc.
FOREACH[d/BRAND],[d/LEGALENTITY]
IF[d/BRAND].[p/Country_code]=INT(ATTRIBUTE([d/LEGALENTITY].[p/Country_code])) THEN
DATA()= 0.000001
ENDIF
ENDFOR
Please specify all dimensions in MEMBERSET or DATA(). Also as this will run on master data mode, its not advisable to do such calculations with large dimensions.
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 |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.