I am trying to create a for loop which partially looks like this:
let vAantal1 = sum(num(Aantal));
LIB CONNECT TO xxxxx;
set Counter = 0;
for Counter = 0 to $(vAantal)
The field Aantal is coming from a previous loaded table and contains the total number of records in the table. The second loop should load all the details in a loop which runs from 0 to the total number of records. But it keeps giving me the following error: