Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have a application which output excel file with the last months attached in file name , when i run in my local it gives me June but when i run same file in QMC the output comes as may.
abcd_Aggregated_DATA_$(vLastMonthName).CSV';
That is strange, But you could try around with single Quotes.
abcd_Aggregated_DATA_'$(vLastMonthName)'.CSV;
what is the formula used for vLastMonthName ?
That is strange, But you could try around with single Quotes.
abcd_Aggregated_DATA_'$(vLastMonthName)'.CSV;