calculated labels in list items
Good morning
I'm populating a list with a service
For each record returned by the service I have:
label1 mapped to responseParameter1
label2 mapped to responseParameter2
so my results go:
record 1:
label1: "foo"
label2: "bar"
record 2:
label1: "big"
label2: "small"
I need for each record to have label3, which is the result of a calculation involving labels 1 and 2. For example, with simple concatenation:
record 1:
label1: "foo"
label2: "bar"
label3: "foobar" s inbuilt looping?
Thanks for your help,
John