Input

How could I avoid Input to go over a dynamic limit? I have a column named temp_qtty that loads the number of bottles to be processed but in this column I have a Valid if [_This] < [Processed] to avoid processing more than what I have in stock. The problem is that when users put a number grater the [Processed] quantity the column shows the error but still syncronizes and loads the quantity on the table so all the numbers go wrong from there. I need to avoid the sync when the Valid if gives an error. Any help will be welcomed!!! thanks

0 1 43
1 REPLY 1

Is the result the same if you use [temp_qtty] < [Processed]?

Top Labels in this Space