Hello guys,
I’m trying to set a condition that doesn’t allow you to insert a date if another field related to that date already exists. I calculated the “year_month” field with a virtual column that return a date format in this way (for example 01/01/2025 switch in 01_January_2025)
Now, i would set a valid if condition that not allow to input a date IF is alredy exist the “year_month” related to this date.
Example. User input 02/01/2025 but in the table alredy exixst the virtual colum “year_month” with the value “01_January_2025” because another user input previously the date “01/01/2025”.
I hope to be clear.
thanks in advance!