Sorry, but why do you want to use LOOKUP at all? Are you looking for a value in another model?
If you are looking data in another model - simply delete the line with *DIM FOB:COMPANY=...
If not specified the current record COMPANY will be used :)
Hello Vadim,
Thanks for your answer, actually I am looking for a data inside the same model. I used to do this using a tuple but after discussing with a BPC consultant he adviced me to use LOOKUP even in the same model. Actually I found it pretty convenient and with good performance. You don't think it is a good solution?
The problem seems to be specific to the DEFAULT logic because when I remove the line of the COMPANY dimension the calculation is not happening, however when I do the same in another script logic it works fine!
Anyway thanks for confirming that removing the line was the correct solution.
Alexandre
Please read my blog https://blogs.sap.com/2014/06/09/how-to-write-defaultlgf/
In the LOOKUP sample you will see the MEASURE defined!
Add comment