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

Community site session details

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

Word count

(1) ShareShare
ReportReport
Posted on by 5
Hi guys,
 
Is possible to show a word count field in business central ? 
Let says there is a field to show 0/100 in the field. When I have inputted 10 words, it will updated as 10/100. 
Is it possible for any coding solution >_< ?
 
Many thanks !!
I have the same question (0)
  • Suggested answer
    Judy Profile Picture
    Microsoft Employee on at
    Word count
    Hi, you can use the Text.StrLen(Text) Method to get the length of a string you define.
     
    Best Regards,
    Judy
  • Suggested answer
    Shrey Chauhan Profile Picture
    284 on at
    Word count
    Hello,

    Here's the reference and code for the word count field in business central : 
     
     
    field(2; Name; Text[100])
            {
                Caption = 'Name';
                trigger OnValidate()
                var
                    Length: Integer;
                    MaxLength: Integer;
                begin
                    Length := StrLen(Rec.Name);
                    MaxLength := MaxStrLen(Rec.Name);
                    "Word Count" := Format(Length) + '/' + Format(MaxLength);
                end;
            }
    field(15; "Word Count"; Text[250])
            {
                DataClassification = ToBeClassified;
            }
     
    Hope this solution's help's.

    Thank you,
    Shrey Chauhan.

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

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

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 4,132

#2
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 3,615

#3
Sumit Singh Profile Picture

Sumit Singh 2,912

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans