The TI process I have attached duplicates or creates extra line for number of variables I have declared / lookup.
Please help me.
Thanks,
Ashleigh
Current output
Output expected
Code: Select all
#****Begin: Generated Statements***
#****End: Generated Statements****
#IN DATA TI TAB
xNetIn = CELLGETN(cubTarget, var_Period,var_REG, var_Clients,'NetIn');
xNetOut= CELLGETN(cubTarget, var_Period,var_REG, var_Clients, 'NetOut');
xnnb= CELLGETN(cubTarget, var_Period,var_REG, var_Clients, 'NNB');
ASCIIOutput(Var_Outputfile, var_Period,var_REG, var_Clients, NUMBERTOSTRING(xNetIn), NUMBERTOSTRING(xNetOut),NUMBERTOSTRING(xnnb));