Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : GvqCYDexAC/2aAswmLJitE
Small and medium business | Business Central, N...
Suggested answer

Show actual numbers instead of 999+ in cues

Like (2) ShareShare
ReportReport
Posted on 23 Feb 2023 15:45:58 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
    1,665 on 31 Mar 2025 at 17:10:03
  • Suggested answer
    Viktoras Danielius Profile Picture
    4 on 31 Mar 2025 at 16:24:45
    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 27 Feb 2023 at 17:39:12
    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 27 Feb 2023 at 16:09:47
    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,240 Moderator on 23 Feb 2023 at 16:44:29
    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,209 Super User 2025 Season 1 on 23 Feb 2023 at 15:53:21
    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 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,361 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,510 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans