Hi All,
I’m trying to get a selection list working on mobile IOS. I created a script where I populate a list from a query,
And this works, but only in Android.. any thoughts?
var listBreakQuery = 'select 0 union select 15 union select 30 union select 45 union select 60 union select 75 union select 90 union select 105 union select 120';
populateListFromQuery('task','user_def_num1',listBreakQuery, false);