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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
girish_talele
Creator
Creator

MonthName Function Issue in MultiBox

Dear Experts,

We have a issue of using Function MonthName in MultiBox.

The sample data is as given below :-

Data1:

Load * Inline [

Date, OrdNo

01.04.2014, Ord 1

02.04.2014, Ord 2

03.04.2014, Ord 3

11.05.2014, Ord 4

24.05.2014, Ord 5

24.06.2014, Ord 6

25.06.2014, Ord 7

30.07.2014, Ord 8

31.07.2014, Ord 9

01.08.2014, Ord 10

02.08.2014, Ord 11

03.08.2014, Ord 12

];

//=============================================

Data2:

Load

  *,

  MonthName(Date) AS MonthName

Resident Data1;

Drop Table Data1;

//=============================================

If we skip second resident table (Data2) & generate MonthName in MultiBox & if we select SINGLE date in Result Table in the MultiBox is showing value as - "Apr-2014" (refer attached file & snap).

Please suggest how to tackle this issue.

Capture.JPG.jpg

10 Replies
ecolomer
Master II
Master II

I agree with Ashfaq Mohammed