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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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 ?

Labels (1)
6 Replies
its_anandrjs
Champion III
Champion III

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
Champion III
Champion III

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

Regards

Anand