Skip to content

4d-go-mobile/tutorial-DataFormatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Formatter tutorial

Use built-in data formatters

A data formatter allows you to map a data type from your database to a specific display on the mobile side.

In this tutorial we will:

  • define a format for a Boolean and a date,
  • specify that a number is a percentage and another a currency.

Step by step

Download our 4D Starter project. Then, follow all steps explained here.