This content has been marked as final.
Show 2 replies
-
Re: Number of rows inside a foreach
Gysbert Wassenaar Apr 6, 2017 1:57 PM (in response to Eduardo DImperio)Yes. Inside the outer For loop create a temporary table with the records you want the count of. Use the NoOfRows function on that temporary table for the inner For loop. At the end of the outer loop drop that temporary table again so you can recreate it for the new OID_METER value in the next iteration.
-
Re: Number of rows inside a foreach
Eduardo DImperio Apr 10, 2017 2:36 PM (in response to Gysbert Wassenaar )Gysbert, thank you for your help
-