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

Date Format

I want to format date in straight table. I want a field in mm/dd format, ie (01/20)

1 Solution

Accepted Solutions
siddheshmane
Creator
Creator

Hi,

Try using date(FIELD_NAME, 'MM/DD').

View solution in original post

5 Replies
siddheshmane
Creator
Creator

Hi,

Try using date(FIELD_NAME, 'MM/DD').

Not applicable
Author

Ok found it> Date (field name, 'MM/DD')

marcus_sommer

It's better to format a date-field within the (master calendar) script and use them within the gui:

date(DateField, 'MM/DD') as ShortDate

The Master Calendar

- Marcus

Not applicable
Author

What if i want to apply the format to all the fields?

PrashantSangle

Hi,

either do it in script, or use calculated dimension date(fieldName) if it is dimension

If it is expression then you can Format in chart->property->Number->Select date

and enter format in Format Pattern.

Regards

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂