Concatenate and “result-here”
-
Ih
I′m trying to use “result-here” in HTML filed to show a large amount of text from a concatenated field, but it seems not to work.
Is there something wrong with my formula?
(function(){
var result =
concatenate(fieldname8|r, ” The effect size was “,fieldname21|r, ” and precision “,fieldname22|r);
}
jQuery(‘.result-here’).html(result);
return result;
})()Regards
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Concatenate and “result-here”’ is closed to new replies.