Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
tomgrouwe
Contributor III
Contributor III

Number format Text object

Dear experts,

I have a problem with the number format of a text object.

As you can see i have a statistics box with the desired number format. Underneight it is a text object with the same datafield. The only problem is that i do not have the desired number format in the text object (#.###.###,-).

How can i adjust this?

Qlikview number format.PNG

Thanks in advance.

1 Solution

Accepted Solutions
sunny_talwar

Try with Num() function

Num(YourExpression, '#.###,', ',', '.')

View solution in original post

2 Replies
sunny_talwar

Try with Num() function

Num(YourExpression, '#.###,', ',', '.')

tomgrouwe
Contributor III
Contributor III
Author

It works.

Thank you very much