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: 
Anonymous
Not applicable

How possible can i segment Date in format MM.DD.YYYY into Day, Week, Month, Quarter, Half Yr & Yearly

Hello Peeps,

Find attached explain better.

Rgds

1 Solution

Accepted Solutions
ecolomer
Master II
Master II

3 Replies
Not applicable
Author

Hi,

You can use Date and Time functions.

You can say: Year(Date), Month(Date), Week(Date), Day(Date).

Thanks,

Sai

ecolomer
Master II
Master II

Her you are

ecolomer
Master II
Master II

I'm sorry ... is spanish

Dia = Day

Mes = Month

Semana = Week

Año = Year

I attach new file QV

if you need anythink else tell me

In the QV is necessary to put

SET DateFormat='DD.MM.YYYY';

SET TimestampFormat='DD.MM.YYYY h:mm:ss[.fff] TT';