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

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 !