Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

Multiple response parameters in one label

Please see screenshot below:

Image

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Multiple response parameters in one label

Hi Peter,

Please follow this solution:

1 Open your list mapping.

2 Delete two links to the "City.Text": http://prntscr.com/45319x/direct

3 Click on "add js" on "mobileListitem_29" and populate it with following code:

pre

element.find("h3").text(value.city + ", " + value.state);

/pre

That's all.

Regarsd.

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

Multiple response parameters in one label

Yurii, thanks for the response. This didn't work though, the list item came out blank.

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

Multiple response parameters in one label

Thanks for the response. This didn't work though, the list item came out blank.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Multiple response parameters in one label

Hello Peter,

Could you please try on the mapping mobilelistitem_29 to use this code?
preelement.find("[name=City]").text(value.city + ", " + value.state);/pre

Peter Viglietta
Posts: 0
Joined: Sat Jul 05, 2014 6:22 pm

Multiple response parameters in one label

That did it, thanks Evgene!

Return to “Issues”