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

Calculated Dimension - Why isn't in working?

I have a simple chart where the X-axis is a date, the first day of a month. As long as I just let the date field appear as 2/1/2010 everything is fine. But I want it to display as "Feb 2010" using =date#(Change.Implementation Month,'MMM YYYY'). But all I get is Error in Calculated Dimension.

2 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Hi Brian, try putting square brackets around your field. Rest depends on what content you have in that field.


date#([Change.Implementation Month],'MMM YYYY')


Hope this helps.

Not applicable
Author

Hi Brian,

if QlikView recognised your field as a date you can also use:

MonthName(YourDateField)

Good luck!

Rainer