web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Show actual numbers instead of 999+ in cues

(5) ShareShare
ReportReport
Posted on by 19

Hi,

Is it possible to set up cues to show actual numbers instead of 999+. In our case the 999+ is rather uninteresting information as the value never will fall below 999.

pastedimage1677166464822v2.png

Thanks in advance.

I have the same question (0)
  • Suggested answer
    Mohana Yadav Profile Picture
    61,113 Super User 2026 Season 1 on at

    It was possible in NAV days. I didnt try in latest version.

    mohana-dynamicsnav.blogspot.com/.../how-to-show-more-than-999-in-rtc-cue.html

  • NAV_with_Narang Profile Picture
    2,320 Moderator on at

    There are cues which are bit wider than shown in the screenshot. Have you observed the values on those? Looks like it is a cue limitation, on how many digits can be displayed.

  • Johan Storner Profile Picture
    19 on at

    Thanks for your answer. I'm just a novice novice BC user. Can I change to that wide cue version? If so where do I do that?

  • Suggested answer
    DAnny3211 Profile Picture
    11,403 Super User 2026 Season 1 on at
  • Suggested answer
    Viktoras Danielius Profile Picture
    6 on at
    Wide Cues didn't help for me - document counts are still shown as 999+.
    Instead of calculated Count fields I used Decimal variable filled it on OnAfterGetCurrRecord trigger. I also had to write code for DrillDown. Page field description could be something like that:
     
    field("Ongoing Sales Quotes"; SalesQuotesDec)
    {
        ApplicationArea = Basic, Suite;
        Caption = 'Sales Quotes';
        ToolTip = 'Specifies sales quotes that have not yet been converted to invoices or orders.';
        DecimalPlaces = 0;
     
        trigger OnDrillDown()
        begin
            Page.Run(Page::"Sales Quotes");
        end;
    }
  • Suggested answer
    Mansi Soni Profile Picture
    8,949 Super User 2026 Season 1 on at
  • Verified answer
    YUN ZHU Profile Picture
    97,376 Super User 2026 Season 1 on at
    Update:
    Dynamics 365 Business Central: How to show more than 999+ in Cue on Role Centers (Show actual numbers instead of 999+)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,042 Super User 2026 Season 1

#2
Dhiren Nagar Profile Picture

Dhiren Nagar 1,077 Super User 2026 Season 1

#3
YUN ZHU Profile Picture

YUN ZHU 1,068 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans