Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

map two response into one label

Hello

I need to create a list and i need two database responses to appear in one label.

is it possible?

I have this code wich works for the first item only. It wont populate the entire list.

var lat = value.f1;
var lng = value.f32;
//var str = value + " is located at " + lat + ","+lng;
var str = lng + " Quantity Ordered" + lat;
Appery("f1company").text (str);

any sugestions?

Image Image

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

map two response into one label

Hello,

Find reply in similar question post https://getsatisfaction.com/apperyio/...

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

map two response into one label

Thank you that help allot

I used

var f1amount = Appery('f1amount').text();
return value+" "+ f1amount;

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

map two response into one label

Hello Vinny,

Sorry, do you need further assistance?

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

map two response into one label

I do not need any further assistance.

Thank You

Return to “Issues”