Jack Bua
Posts: 0
Joined: Sun Jun 28, 2015 10:16 pm

Multiple Value Mapping into one field

That does not work. Appery's mapping does not allow for that. I can map the parent to a grid or collapsblock, but not text or label controls.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Multiple Value Mapping into one field

add map to the grid component and use JS there:

$(element).find("[name=labelName]").text(value.childVariable);

here labelName - label's name
childVariable - child variable

Return to “Issues”