Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add a static value in dimension field?

Hi All,

I have a dimension field named Times whose value is 1,2,3

But I want to add a 0 into it in the calculation dimesnion, how to do it?

Thanks.

1 Reply
Not applicable
Author

if you want it to be a 2-digit number: num(Times,00)

/Michael