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

Change the format of a text object

Hi you all,

I've got a text object and that shows an outcome. My formula gives me an outcome like 1560000.

=



'Total ' &num#(round(sum( {1<type= {dagb.intra}>} Dagdelen) - sum ({1<type= {dagb.intra}>} Totaal) * para))

I would like to set the numbers in the outcome to 1.560. 000

1 Solution

Accepted Solutions
Not applicable
Author

Thx for the direction. Your syntax does not do what I want but I've changed it to:

='Total ' & num(num#(round(sum( {1<type= {uren}>} (UrenExtramuraal)/60) - sum ({1<type= {uren}>} Totaal) * para)),'.###.###')

Now it gives the right outcome: 1.560.000



View solution in original post

2 Replies
Not applicable
Author

Try this

='Total ' & num(num#(round(sum( {1<type= {dagb.intra}>} Dagdelen) - sum ({1<type= {dagb.intra}>} Totaal) * para)),'###,##0.')

Rich



Not applicable
Author

Thx for the direction. Your syntax does not do what I want but I've changed it to:

='Total ' & num(num#(round(sum( {1<type= {uren}>} (UrenExtramuraal)/60) - sum ({1<type= {uren}>} Totaal) * para)),'.###.###')

Now it gives the right outcome: 1.560.000