Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Build - Currency fields

ACurtis
Explorer
0 Kudos
1,796

First look at SAP Build today, in the Sandbox.  I can drag an input field onto the UI and change the properties.  What I would like is to set it so that it looks/presents and behaves like a Currency field.  displaying with a users decimal format or if not in 1,111,111.00 format.  Like a currency

Does anyone know if it is possible?

Thanks ... Andy

4 REPLIES 4
Read only

beapasch
Product and Topic Expert
Product and Topic Expert
1,774

I found the answer from Mari in the AppGyver community: https://forums.appgyver.com/t/how-do-you-format-currency/6225 
You can do that with the FORMAT_LOCALIZED_DECIMAL 11 formula function.

Read only

0 Kudos
965

Hi,

do you happen to know if there is a currently working way to access the documentation of this formula function? 

Thanks, 

Felix

Read only

beapasch
Product and Topic Expert
Product and Topic Expert
962

Hi @FDann ,
You can find the documentation here: https://help.sap.com/docs/build-apps/references/format-localized-decimal 
Kind regards, Bea

Read only

VijayCR
Active Contributor
0 Kudos
131

The binding requires an additional formula build SAP - We get this error when use the formula mentioned above do you have guidance for the same ? @beapasch