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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to reduce decimal places on format pattern

I have a value of £1,000,000,000,000 I want this down to £1,000B or similar.

Any help would be good.

1 Solution

Accepted Solutions
JonnyPoole
Former Employee
Former Employee

You would need to divide the value by 1000000000  (one billion) and then use a format mask with a B on the end.

Untitled.png

View solution in original post

1 Reply
JonnyPoole
Former Employee
Former Employee

You would need to divide the value by 1000000000  (one billion) and then use a format mask with a B on the end.

Untitled.png