Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Save $600 on Qlik Connect registration! Sign up by Dec. 6 to get an extra $100 off with code CYBERSAVE: REGISTER
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can you change format of dimensions in qlikview?

In Qlikview, when you create a chart you have dimensions and expressions. You can change the format of the expressions in QV as well in case of table you can change the format of each of the fields but how do you change the format of dimensions?

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can change the Document default for a given field in Document Properties, Number pane.

To change the format of a dimension in an individual chart, you need to use a calculated dimension that contains the formatting function. For example:

=date(OrderDate,'DD/MM/YYYY')

-Rob

View solution in original post

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

You can use calculated dimension feature.

Regards

ASHFAQ

nilo_pontes
Partner - Creator
Partner - Creator

Hi Ronak,

You can either change the formats on number's tab or by creating your own formated formula in dimensions tab.

Hope it helps you.

Regards,

Nilo

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can change the Document default for a given field in Document Properties, Number pane.

To change the format of a dimension in an individual chart, you need to use a calculated dimension that contains the formatting function. For example:

=date(OrderDate,'DD/MM/YYYY')

-Rob