Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
everest226
Creator III
Creator III

variable output different

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';

1 Solution

Accepted Solutions
Anil_Babu_Samineni

That is strange, But you could try around with single Quotes.

abcd_Aggregated_DATA_'$(vLastMonthName)'.CSV;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
olivierrobin
Specialist III
Specialist III

what is the formula used for vLastMonthName ?

Anil_Babu_Samineni

That is strange, But you could try around with single Quotes.

abcd_Aggregated_DATA_'$(vLastMonthName)'.CSV;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful