Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Format Date

Hello,

I would change the format of my ASOF table and put it in 'DD / MM / YY'. I tried to add in the table the expression "Date(ASOF, 'DD/MM/YY')" but just a column is added.

Capture.PNG

Thank you in advance for your help.

Cocalero

1 Solution

Accepted Solutions
sunny_talwar

The image seems like a list box object? Try this expression

Date(Only({<ASOF>} ASOF), 'DD/MM/YY')

or you can change the format for AsOf on the Number tab by selecting Date on that tab

Capture.PNG

View solution in original post

3 Replies
sunny_talwar

The image seems like a list box object? Try this expression

Date(Only({<ASOF>} ASOF), 'DD/MM/YY')

or you can change the format for AsOf on the Number tab by selecting Date on that tab

Capture.PNG

Chanty4u
MVP
MVP

Anonymous
Not applicable
Author

Thanks a lot !