Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

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

Show actual numbers instead of 999+ in cues

(2) ShareShare
ReportReport
Posted on by 11

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.

  • Suggested answer
    Mansi Soni Profile Picture
    2,271 on at
  • Suggested answer
    Viktoras Danielius Profile Picture
    4 on at
    Show actual numbers instead of 999+ in cues
    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
    DAnny3211 Profile Picture
    9,276 Moderator on at
    RE: Show actual numbers instead of 999+ in cues

    hi

    look this

    community.dynamics.com/.../how-do-you-display-values-greater-than-999-on-a-cue-in-extensions

    DAniele

  • Johan Storner Profile Picture
    11 on at
    RE: Show actual numbers instead of 999+ in cues

    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?

  • NAV_with_Narang Profile Picture
    2,246 Moderator on at
    RE: Show actual numbers instead of 999+ in cues

    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.

  • Suggested answer
    Mohana Yadav Profile Picture
    60,228 Super User 2025 Season 1 on at
    RE: Show actual numbers instead of 999+ in cues

    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

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

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

#1
YUN ZHU Profile Picture

YUN ZHU 616 Super User 2025 Season 1

#2
Mansi Soni Profile Picture

Mansi Soni 487

#3
Sagar Dangar, MCP Profile Picture

Sagar Dangar, MCP 391

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans