Page 2 of 2

Multiple Value Mapping into one field

Posted: Sun Aug 23, 2015 7:41 pm
by Jack Bua

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.


Multiple Value Mapping into one field

Posted: Tue Aug 25, 2015 1:51 pm
by Serhii Kulibaba

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