Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
{AccountDetailsIBAN.Currency}
& " " &
Totext(ToNumber({?AboveLimit},0)
& " - " &
Totext(ToNumber({?UptoLimit}),0)
{AccountDetailsIBAN.Currency}&" "&Totext({?AboveLimit}-{?UptoLimit},0)
numberVar AboveLimit := {?AboveLimit} ;
numberVar UptoLimit := {?UptoLimit} ;
{AccountDetailsIBAN.Currency}&" "&Totext((AboveLimit - UptoLimit),0)