Hello everyone,
I am working with BPC 7.0 NW.
I need to use the attribute formula in the dimension accounts.
What I get is this:
ACCOUNTA = ACCOUNT1 + ACCOUNT2
ACCOUNTB = ACCOUNT3+ ACCOUNT4
ACCOUNTC = ACCOUNTA - ACCOUNTB
ACCOUNTA AND ACCOUNTB are correct.
ACCOUNTC usually is 0 or the value of accounts.
I tried to use the attribute solveorder but the result does not change.
If I use ACCOUNTC = (ACCOUNT1 + ACCOUNT2) - (ACCOUNT3+ ACCOUNT4) get the correct result but I have formulas that exceed 255 characters.
Any ideas?
Thank you very much
Simone