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

How do i split date from one listbox into 3 day, month and yr

Helo,

Find qvw attached, how do i split month and day from the field C.Base.

Thanks

3 Replies
avinashelite

Hi Zion,

I am not able to open your document.

You can achieve this in Script or in the front end.

Script:

load filedC,

year(fieldC) as Year_fieldC,

monthname(fieldC) as month_fieldC,

dayname(fieldC) as Day_fieldC

sql select *

from..

In front end you can directly use the year(fieldC) , Monthname(fieldC), dayname((fieldC)

Not applicable
Author

Hi Zion,

Since your file is not getting opened I cannot see your table n field. But u can try these functions:

year(DateField)

month(DateField)

day(DateField)

ashfaq_haseeb
Champion III
Champion III

Hi Zion

Can you attach your qvw again. I think its corrupted.

Regards

ASHFAQ