Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to split date as month wise?

Hi,

I have sample data as below in excel

CID     Date            Sales
UI9087 15/03/2010 10
UI9087 15/04/2010 10

UI9087 15/01/2011 10
UI9087 15/02/2011 10
UI9087 15/03/2011 10
UI9087 15/04/2011 10
UI9087 15/05/2011 10
UI9087 15/06/2011 10
UI9087 15/07/2011 10
UI9087 15/08/2011 10
UI9087 15/09/2011 10
UI9087 15/10/2011 10
UI9087 15/11/2011 20
UI9087 15/12/2011 15


I need to show output as below.

CIDMar2010Apr2010Jan2011Feb2011Mar2011Apr2011May2011Jun2011Jul2011Aug2011Sep2011Oct2011Nov2011Dec2011
UI90871010101010101010101010102015


Can anyone suggest me how to get this please.

3 Replies
Anonymous
Not applicable
Author

Have a look at the MonthName() function.

giakoum
Partner - Master II
Partner - Master II

in every application that includes dates, a calendar should be created.

see here : http://community.qlik.com/message/227963#227963

buzzy996
Master II
Master II

1.create pivot table with dimension as CID & DATE

2.create expression sum(sales)

3. move DATE row AS COLUMN

4.make ur date name by using date functions.