IN BATCHES OF 5 -INSTEAD of 5 I need to put dynamic variable

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
swiftinitpvtltd
Posts: 370
Joined: Sat Apr 28, 2018 3:33 am
Location: India
Contact:

IN BATCHES OF 5 -INSTEAD of 5 I need to put dynamic variable

Post by swiftinitpvtltd »

FIND Account WHERE Account.State = 'OPEN' AND Account.Balance > 1000 ORDER BY Account.Balance IN BATCHES OF 5

If I put any systemsetting or any other BO.NumberColumn then it gives interger_literal error.
How do I add dynamic IN BATCHES OF myintegervariable?
Post Reply