Hello everybody,
i have 1 small issue again, i want to use a statement on check of two things 1) when its date yesterday and when a specify texfield is emty then give a textlabel a red color but i dont get it right
Somebody small help please
thanks
I Try meany code but dont work
Switch(
DateValue(Body1.Text);
DateAdd(Today();-1);
&& If(IsBlank(UitgevoerdDoorLabel);
(Label6);Color.Red; Color.Transparant
)