Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
upaliwije
Creator II
Creator II

Month

In my data table month is recorded in numeric form eg 1,2,3 and my script is follows

sql

select

    BCOD,

    YEAR,

    T_MONTH,

    A_MONTH

   

FROM UPL;

But I want to load T_Month and A_Month following format 

Jan Feb Mar

Pls help me to modify the above script

10 Replies
upaliwije
Creator II
Creator II
Author

Hi

Thanks again both of you. It is working fine