on ‎2017 Apr 18 4:23 PM
Hi all,
I have this script:
*WHEN BUSINESSPARTNER.ENTITY
*IS<>""
*REC(FACTOR = ([ACCOUNT].[A_IC_PROFIT5_PERC],[ENTITY].[BUSINESSPARTNER.ENTITY],[BUSINESSPARTNER].[ENTITY.INTCO]),ACCOUNT = ACCOUNT.IC_PROFIT_STOCK_DEST,AUDITID = AD_12,SPECIFICATION = S_99)
*ENDWHENMy problem is the entity and partner element in the factor. Basically when I am currently entity A with partner I_B I want to read the factor from entity B with partner I_A.
Is there a way to get this information?
Thanks,
Arnold
Request clarification before answering.
Use LOOKUP for the same model:
*LOOKUP xxx
*DIM FCT: ENTITY=BUSINESSPARTNER.ENTITY
*DIM FCT: BUSINESSPARTNER=ENTITY.INTCO
*ENDLOOKUP
...
*REC(FACTOR=LOOKUP(FCT),...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.