Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
OXXILATION
Contributor II
Contributor II

I need help in changing the week number from "1" to "01" in a bar chart

Hi,

im new to Qlik Sense and would like to know how I change the week numbers (dimension) from 1 - 9 to 01, 02 ... 09

Can someone help me, please?

Yours,

Ox

1 Solution

Accepted Solutions
JoMaLEw
Partner - Contributor
Partner - Contributor

Hi, 

Use the num() function : num(<your dimension>,'00')

Johann

View solution in original post

2 Replies
JoMaLEw
Partner - Contributor
Partner - Contributor

Hi, 

Use the num() function : num(<your dimension>,'00')

Johann

OXXILATION
Contributor II
Contributor II
Author

thanks alot!