Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Date problems

Need a little help.

I have a line chart that as a date axis but what i want to do is just show the day and the month as I have a fiscal year picker. So example 01/04 and not have 01/04/2013 and 01/04/2014. I have got =MID(Referral_Date,1,5) and this works great in a txt box but not on my line chart I get 41365 which is an excel date. Any help or guidance is much appreciated.

1 Solution

Accepted Solutions
PrashantSangle

Hi,

Use

if it is Dimension then use Condional Dimesion

Date(FieldName,'DD/MM')

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 🙂

View solution in original post

2 Replies
PrashantSangle

Hi,

Use

if it is Dimension then use Condional Dimesion

Date(FieldName,'DD/MM')

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 🙂
Not applicable
Author

Thanks Max.