Multiple Value viz value format strings

Loving the new multi-value viz from the marketplace, but it looks like the value format does not quite work like the single value viz. For instance we use this format string for adding K, M, and B to large numbers:
[>=1000000000]$0.0," B";[>=1000000]$0.0," M";[>=100000]$0.0," K";$0

When rendering in the new viz it comes out like this:

Expected:
Screenshot_869

0 1 845
1 REPLY 1

Desi1
New Member

May be a little late, but still:
The correct format that you should use is: 

[>=1000000000]$0.0,,," B";[>=1000000]$0.0,," M";[>=100000]$0.0," K";$0

You should add more comas in order to specify the millions and billions.

Regards

Top Labels in this Space
Top Solution Authors