Hello everybody,
I am currently working on SAP BPC 10 MS and I have a trouble with a local member.
I have 2 reports in 1 sheet.
As you can see on the screenshot, the columns "P_INTERCO" and "CONTROLE" are part of the first report.
This is a static one. Then, you have the second one, which is dynamic. The green cells correspond to the entity code.
The red ones are the headers and correspond to the description of the entity (using epmmemberdesc()).
In the second screenshot, you can see my local member ("EN_TETE_COL") formula.
Everything works fine except that the header of the ENTITY 1 keep the same header as P_INTERCO (not represented here).
The issue is that the local member begins from scratch in the 2nd report (column ENTITY 1).
P_INTERCO = I45
CONTROLE = J45
P_S0008 = K45
So the test of the cell K47 is IF(I45="P_INTERCO","Total à ventiler",epmmemberdesc(K45)). I have an offset.
Does anybody has something to provide?
Thanks you in advance for your help!
Kind Regards,
Bastien