Display error message when truck in data is Blocked

Hi friends,

     I my app ,I want to display an error message under the column as soon as the number of truck appears to be blocked in my data table "Checklist". The column is named "Matricule Camion" .It is of type enum .The valid if property of this column is :

"Select(Camions[Matricule Camion], true) "

the column in Checklist table is named :Action and the value is "Bloqué"

How to do it?

Best regards,

 

Solved Solved
0 7 171
1 ACCEPTED SOLUTION

One way is to move the existing formula from the Valid_If to Suggested values and then you can write a different evaluation with the Valid_If and show your own error message with it.

View solution in original post

7 REPLIES 7