Data validation formula override

Hello, I have a question. I have a complex data validation formula that should check if a row data (โ€œweightโ€) is in the range that is autocomputed for each product. The formula works fine, butโ€ฆ I would like thar if the validation gives an error but the person using the app considers that the inputed value is correct, he could โ€œoverrideโ€ the validation. Something like to convert the โ€œvalid ifโ€ value in a โ€œwarnโ€โ€ฆ
I think it could be done adding a new colum to the table but I would like not to add any more columns to my app if possibleโ€ฆ

0 4 479
4 REPLIES 4

Steve
Platinum 5
Platinum 5

Your only option is to add another column, of type Show. It could be a virtual column, but if virtual, you would then need to use a slice to place the message where you want within your form.

Thank you, Steve. I first thought in a virtual column, it would fullfil my needs (how I want the users to be warned), butโ€ฆ I would need an editable one, and it is impossibleโ€ฆ I will keep looking for a beter way to do it, but maybe I just need to aproach the problem just with a red colored format value (for example) if my formula gives โ€œFALSEโ€โ€ฆ

No you wouldnโ€™t. The virtual column would be in addition to the input column, and used only to display the warning message if appropriate.

Yes, but I would like not only a field displayed message, but also a warning message when the user press the save button, since the form is a bit complex.
Thanks a lot for your help. I think I will try to warn the users with a red colored data in the summary view. Hope it is enough!

Top Labels in this Space