Page 1 of 1

map two response into one label

Posted: Tue Jan 27, 2015 8:57 pm
by Vinny B

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


map two response into one label

Posted: Tue Jan 27, 2015 9:42 pm
by Alena Prykhodko

Hello,

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


map two response into one label

Posted: Tue Jan 27, 2015 10:30 pm
by Vinny B

Thank you that help allot

I used

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


map two response into one label

Posted: Wed Jan 28, 2015 6:04 am
by Evgene Karachevtsev

Hello Vinny,

Sorry, do you need further assistance?


map two response into one label

Posted: Wed Jan 28, 2015 8:52 am
by Vinny B

I do not need any further assistance.

Thank You