Hi to all,
I'm working with SAP BPC 7.0 SP 7, MS version, in Italian. I'm studying the evLST and evSET functions, but I keep getting Excel crashes.
Consider the following to be the Excel Spreadsheet I'm working with:
A1 = RipartizionePO (name of the Application)
A2 = Dir_04 (a member of the dimension ImpegnoPO)
A3 = ImpegnoPO (name of the dimension
A5 = evSET(A1;A2)
A6 = evLST(A1;A3;A5;A8;A16;"ID")
In this way, if I expand, it works perfectly (I get my 8 ID in A8->A16).
However, it doesn't work if I try to set something in the ExpandDown or in the RepeatDuplicates. Consider that, since I'm working with an Italian version of Excel, I cannot insert TRUE;TRUE (the evLST wouldn't return TRUE anymore), but I have to insert VERO instead of TRUE.
Unfortunately, even if I write VERO;VERO (which is the default!), Excel crashes :(...any idea?
Thank you
Daniele