I need to alert()
and exec()
once each per returned row of a batch query. How do I iterate over rows in a TICKscript?
Have you find a solution yet? I’m having a similar issue.
Don’t take this as scripture, but my understanding is that you can’t really iterate over rows within a TICKscript. We ended up using a UDF when we absolutely needed to iterate over a batch and a stream in cases where we did not. A stream processes one row at a time as they come in.
Let me know if you learn anything to the contrary about the ability to iterate.