I have to setup a variable that should have value "Total Company" with double quotes so i'd be able to use it in the calculation script. I'm trying to do it via batch/MaxL script combination.
In MaxL script I have:
alter database $1.$2 set variable BusArea =$3;
How do I setup this $3 parameter in the batch file so it'd keep double quotes while transferring "Total Company" to Essbase? Or are there any other proven ways to do it?
Thanks!