Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date Object in Qlikview

Hi,

I have a column "DATE" with values as JAN 2011, APR 2012, AUG 1999.....etc.

I need to create a date object. Can anyone help me with this ?

6 Replies
its_anandrjs

Hi,

Which object you want to create.

Regards

Anand

Not applicable
Author

question wrong pls check it once and come back

ashfaq_haseeb
Champion III
Champion III

Try like this

load *, date(date#(DateField,'MMM YYYY')) as Date ;

load * Inline

[

DateField

JAN 2011

APR 2012

AUG 1999

];

Regards

ASHFAQ

Not applicable
Author

Actually, I m preparing a dashboard. In a table I have a Column called

DATE

Jan 1999

Apr 2000

-

-

-

etc.

I need to create a Date Object which displays, Month and year

vardhancse
Specialist III
Specialist III

create a date object with date field. u will see as expected

its_anandrjs

Create the master calendar for this and create the date field.

Regards

Anand