Page 1 of 1

Display Sub-Array in a List

Posted: Wed Sep 12, 2012 2:07 am
by Bernie

I do have the following REST Service:

http://www.geocockpit.net/chamber/dat...

How can I arrange data mapping in order to populate the content of the _
'Label' array in 'mobilelabel2' as shown on the screenshot?

Image


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 2:20 am
by maxkatz

Map Choices[] to mobilelistitemX.


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 2:42 am
by Bernie

I am getting a grey screen. What did I wrong Image


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 2:50 am
by maxkatz

Delete Fields[] mapping.


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 2:54 am
by Bernie

Done. Still got a grey screen as a result


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 2:58 am
by Bernie

Done. Still got a grey screen as a result


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 3:22 am
by maxkatz

Ah.. got it. Choices[] is only in one of the nodes (4th).

In service response:
Fields[] -- Fields[3], and uncheck it as Array.

In Data Mapping, map Choices[] to the mobilelistitem and Label to Text.

You also need to use Tiggzi Proxy.


Display Sub-Array in a List

Posted: Wed Sep 12, 2012 3:47 pm
by Bernie

Thanks. That worked