Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to format date in straight table. I want a field in mm/dd format, ie (01/20)
Hi,
Try using date(FIELD_NAME, 'MM/DD').
Ok found it> Date (field name, 'MM/DD')
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
- Marcus
What if i want to apply the format to all the fields?
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