I am in earnest trying to use the EXAND function to take in from a CSV file the parameters of the function I am trying to commit;
for example;
DimensionElementComponentAdd(EXPAND ('%vParameters%'));
In this instance vParameters is read from the file and contains 'DimName','ConsolidatElName','ELementName',1
I have also tried
DimensionElementInsert(EXPAND (''%' | vParameters | '%')); and every other variation of the above

Is it not possible to read the whole contenets of the function from a file???
Regards
SMehnert