Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert to %

My question is fairly simply I just found no way of doing it in the help or forums.

I want to convert the title of my chart into a percentage.

So:

=(spilt+spiltWO)/budget

Then I would like to limit the amount of digits being displayed. So XX.XX%.

Is this possible?

Thanks for any thoughts.

1 Solution

Accepted Solutions
Not applicable
Author

=num((spilt+spiltWO)/budget, '##.##%')


You can adjust the the number of #s before and after the decimal point depending on your data.

View solution in original post

2 Replies
Not applicable
Author

=num((spilt+spiltWO)/budget, '##.##%')


You can adjust the the number of #s before and after the decimal point depending on your data.

Not applicable
Author

See I knew it was easy