Hi Katya I don't quite understand what you did there, but it works! It has some unexpected side effect, if i do: return $(element).attr("value") + value + " visitors"; the resulting label has " visitors" pasted after the first and after the second 'value'. which makes m...
Thanks, Max that helped somewhat, but i'm not sure how to do this in a "loop" The example uses Appery("addressLabel") to address the right field to put the content in, but in my case this is a loop through the returned records, populating the options in the select box. So that sh...
Hi Can anyone tell me how to concatenate two fields from a service to use is in a label? I have two fields coming from a service that i linked to a option in a selectbox. The two fields should be concatenated, but i can't find how. So far i have linked the fields to the options label, then i open Ad...