Hi,
I have run into the issue where the negative number format isn't being applied when Format As Percent is true. I see that there are some older existing tickets about this issue where this issue was added to the "customers' wishlist". I was wondering if there has been any progress on fixing this issue or a timeline for it. Thanks.
Hello Daniel,
Thank you for reaching out to us.
Currently, applying negativeNumberFormat
is only possible for the non-percent values. We have added negativeNumberFormat
for the percent values to our customers' wishlist. Our team will notify you in case of any updates on the matter. As a workaround, we suggest using the calculated measure that allows setting negativeNumberFormat
. If you create a calculated measure that multiplies the original measure by 100, this calculated measure is an equivalent of the original measure with "isPercent": true
. Please check the following JSFiddle for reference: https://jsfiddle.net/flexmonster/kb2s3xuw/
Feel free to contact us if other questions arise.
Kind regards,
Nadia