Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi guys!
I have the regional settings of my current file in "English (United States)." However, the auto-display units in my visual card are not matching the format of the following measure for a table visual:
SellOut =
VAR calc = [MGMV]
var decimals = "0.0"
RETURN
SWITCH ( TRUE() ,
calc > 1000000 , FORMAT ( calc / 1000000 , "$" & decimals & "M" ) ,
calc > 1000 , FORMAT ( calc / 1000 , "$" & decimals & "K" ) ,
FORMAT ( calc , "$" & decimals )
)
The card takes a comma as a decimal separator while the table takes a dot as a decimal separator.
I tried changing the "VAR decimals" part to "0,0", but this format is adding a zero to left whenever the value has just one digit (e.g. $06K)
Any idea would be very appreciated! Thanks guys!
User | Count |
---|---|
66 | |
61 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |