Difference between revisions of "Data Mapping"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under construction'' {{ns:file}}:dm_example_datamappingApp.png|376px|thumb|left|link={{filepath:dm_example_datamappingApp.png}}|Example Data Mapping app: example_datamapp...")
 
Line 12: Line 12:
  
 
<br clear=all>
 
<br clear=all>
 +
 +
<code lang="recital">
 +
Choices: select productname from products order by productname
 +
</code>
 +
 +
<code lang="recital">
 +
Get data mapping: keylookup("products", "productid", {}, productname)
 +
</code>
 +
 +
<code lang="recital">
 +
Set data mapping: keylookup("products", "productname", "{}", productid)
 +
</code>

Revision as of 09:26, 3 February 2015

Under construction

Example Data Mapping app: example_datamapping


Choice list


Attributes


Choices: select productname from products order by productname
Get data mapping: keylookup("products", "productid", {}, productname)
Set data mapping: keylookup("products", "productname", "{}", productid)