Hi Ioan,
You can do one thing.You can create a formula like this.
yesterday's invoice amount(this is the description of the formula)=
'(sold_to=ship_to)*yesterday's invoice amount(this is a key figure)'.
This is a boolean expression.So the OLAP processor checks for the condition soldto = ship_to.If they are equal it returns a 1 and ifnot returns a '0'.So ultimately you will have yesterday's invoice amount as some numbers and some zeros.You can suppress the zeros if you want.Hope this helps.
Ravi.
Ravi,
Excellent try, but I'm afraid it's not going to work: I didn't succeed creating a selection without including a key figure. Even worse, we have some customers which have characters in their key ...
I also tried on my side with a replacement path: it works properly except again for customers which have characters in their key!
If you have any other idea, please let me know
Thank you very much, you have been very helpful
Ioan
Add a comment