Good Morning I'm trying to create a loop that will increment a date, show the date, and if it has not reached an ending date will continue until it does.
This is what I have currently. Any help would be very much appreciated.
while {Calibration.C2303}<={?Enter Ending Date}
do date(dateadd({Inventory.I4228},{Inventory.I4229},{Calibration.C2303}))
This is what I have currently. Any help would be very much appreciated.
while {Calibration.C2303}<={?Enter Ending Date}
do date(dateadd({Inventory.I4228},{Inventory.I4229},{Calibration.C2303}))