- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello @Luca_Lattarini ,
apart from the @Manoj_Kumar_ asnswer -querydef- you you can also use:
sqlSelect from jsapi:
var res = sqlSelect("publicUrl,@sstringValue:string",
"select sstringValue from XtkOption where sname='XtkFileRes_PublicUrl'")
logInfo(res.publicUrl.@sstringValue.toString(
Marcel