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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
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