i dont now what is the problem
any help ?
when the condtion is false the form still display
@safaayadi just remove the ! at the start
IsEmpty(Filter(Client, 'Mail'=User().Email && !IsBlank('Contrat maintenance Logiciels') && !IsBlank('Contrat maintenance Materiels)))
Please remember to give a 👍 and accept my solution as it will help others in the future.
and what shoud i do to see the form ?
@safaayadi try this:
!IsEmpty(Filter(Client, 'Mail'.Email=User().Email && !IsEmpty('Contrat maintenance Logiciels') && !IsEmpty('Contrat maintenance Materiels)))
@safaayadi What u'r seeing is a delegation warning but the formula itself is working. That's why you are not seeing the Form.
Please remember to give a 👍 and accept my solution as it will help others in the future.
@safaayadi In u'r screen shot the formula is not fully visible. So I can't see the error. Click on the formula and show what error it's showing please.