Hello
I'm using a lot of DATA-formulas in an excel sheet. I have there rows, where I have my dimension elements - e.g. in Row 2 I have the period elements.
In the Data-formulas I made references e.g. for the period-element to this row 2:
PALO.DATA([Database], [Cube], $2:$2, [more dimension-elements])
So Excel refers as following - e.g.
Formula in C10 => refers to C2
Formula in D252 => refers to D2
(standard Excel-funktionality)
So it would be easier to handle many formulas on an excel sheet.
When I do this reference as written above, I get an error message "Element nicht gefunden!". But after this message, the value is correct. When I have an input sheet, every time I do an entry, the error message is shown.
What can I do to work with such references (and not getting this errors)?
Thank you very much!