Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Adding a Month number as a field

Hi All,

I would appreciate if you could help.

I would like to add a month number as filed, I have a Field called ABC_Mth and is displayed as 'MMM' but it's loaded by a set financial year  and would like it to set it the same way as the calendar year, i.e. Jan, Feb, Mar,...

Regards,

1 Solution

Accepted Solutions
SunilChauhan
Champion
Champion

load below code also

Load * inline [

ABC_Mth ,Monthno

Jan,1

Feb,2

Mar,3

Apr,4

May,5

Jun,6

Jul,7

Aug,8

Sep,9

Oct,10

Nov,11

Dec,12

];

hope this helps

Sunil Chauhan

View solution in original post

2 Replies
SunilChauhan
Champion
Champion

load below code also

Load * inline [

ABC_Mth ,Monthno

Jan,1

Feb,2

Mar,3

Apr,4

May,5

Jun,6

Jul,7

Aug,8

Sep,9

Oct,10

Nov,11

Dec,12

];

hope this helps

Sunil Chauhan
jagan
Luminary Alumni
Luminary Alumni

Hi,

Hope this discussion helps you.

http://community.qlik.com/message/203609#203609

Regards,

Jagan.