Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Where is the error?
I want to take a record in a table
let
cont=0;For
i=0 to '$(numrighe)'if
let cont=cont+1;
next
Thanks a lot
( startDate > peek('Invoice Date',$(i),'SALESDETAILS'))hi,
can you please be more precise with your query...i mean kindly revert back with what you require...as per your post this scripting looks quite fine to me. after you write this code and press check what is the error it's showing up?
if possible kindly send a screen shot with your requirment.
There is an error in the line of if()....
Thanks
Hi,
I think u miss then in the If statement, try below statement
if(startDate > peek('Invoice Date',$(i)),'SALESDETAILS')