Hello,
I try to use a If formula who can change color of my Gallery.
It work perfectly when i do that with one value:
If(ThisItem.'Problème ?'=true;Red;If(ThisItem.'Problème ?'=false;Green))
but i want to do something with two value in the same time
If(ThisItem.'Problème ?'=true;Red;If(ThisItem.'Problème ?'=false;Green;If(ThisItem.'Résolu ?'=true&ThisItem.'Problème ?'=true;Blue)))
in more mathematical way i want this
If ValueA = true -> Red
If ValueA = False -> Green
If ValueA = True AND ValueB = true -> Blue
The condition must be ruled by two fonction.
Hope someone can help me, its look eay but i'm stuck at this point. (The app will be finished after that)
Regards
Arthur