Discussions
Saved Search displaying different number format for users
I built a saved search to display AR invoice and credit memo data that is integrated via Boomi. I used a formula (CASE WHEN {type}= 'Credit Memo' THEN TO_NUMBER({fxamount})*-1 else TO_NUMBER({fxamount}) end) to format the amount fields so they display with the correct sign.
The issue is that two users do not see the negative signs on the screen. I went through all of their user preferences and they match mine. Users are both in UK but other UK users do not have the issue with the same saved search.
What can I be missing in troubleshooting this?