
Announcements
I've been unable to figure out how to change the numeric display on cues in Business Central 365 Role Centers. My user wants to see the actual number instead of " 999+" when the value is greater than 999. I used to be able to do it by setting the Image to None. see:(https://docs.microsoft.com/en-us/dynamics-nav/how-to--set-up-an-image-on-a-cue)
This probably isn't a permanent fix but a work around I used was to use Decimal Data type and set DecimalPlaces property to 0 if it's for units or to set the AutoFormatType to 11 and AutoFormatExpression to '<Prefix><Precision,0:0><Standard Format, 0>' in case of currency.