Hello @montezh2001,
You have to query target data using execSql. Then use it in your alert html
var res = sqlSelect(
"targetData,@ssourceCode:string,@icountSourceCode:number",//not sure how the integer is set maybe :long or :integer:11 you need to try also you can display entire res wit...