Forum Discussion
- AaronBQrew Trainee
Update....I also tried the following code within the 'Formula-Numeric' field. It did not give me an error like the previous attempt but it also just came up with the number '0' which is not correct.
-----code below----var text QueryURL = URLRoot() & "<dbid>?a=API_DoQuery&query={3.GT.0} &apptoken=<apptoken>";
var recordlist RecList = GetRecords($QueryURL);Size($RecList)
---end code---
Result (as seen in the form)