Skip to main content

Notifications

Community site session details

Community site session details

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

AL: Right alignment of a text field

(0) ShareShare
ReportReport
Posted on by 2,869

Hi Guys,

I have added a consternated field (Currency + Price) on to item list page as a text field and this is left aligned and shows like below:

Currency and Price

$10.5

Is there a way to programmatically change the alignment to below:

Currency and Price

                      $10.5

Thanks

  • Verified answer
    Jack Davies Profile Picture
    120 on at
    RE: AL: Right alignment of a text field

    You can set the AutoFormatExpression to a function call as well ... AutoFormatExpression = GetFormatString();

    and then add code to return the relevant currency string

    procedure GetFormatString() : Text

    Begin

    CASE "Currency Code your Working in" OF

    'USD' : Exit('1,USD');

    'GBP' : Exit('1,GBP');

    //. . . . .

    END;

    end;

    you can also use AutoFormatType 11 and come up with you own formatting in the AutoFormatExpression (i.e. 'Golden Galleons <Precision,5:5><Standard Format,0>'

  • Samantha73 Profile Picture
    2,869 on at
    RE: AL: Right alignment of a text field

    This can work if we are looking at one currency but the price is defined in different currencies hence I'm concatenating two fields and autoformat needs a non text field. May be pass currency as a variable or something like that to Autoformat formula

  • Suggested answer
    Jack Davies Profile Picture
    120 on at
    RE: AL: Right alignment of a text field

    User the AutoFormat properties on the page...

    AutoFormatExpression = '1,USD';

    AutoFormatType = 10;

    left-align.png

    The result is right aligned

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

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

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 1,169

#2
YUN ZHU Profile Picture

YUN ZHU 1,006 Super User 2025 Season 1

#3
Mansi Soni Profile Picture

Mansi Soni 830

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans