Hi everyone
I'm trying to do a If with a datePicker
So I have a data source called Source and in this data source I have some date
So I'd like to show some values only if my date are equals
So I use: If(Source.Date=DatePicker.SelectedDate;....; ....) but it's not working, it's returning Argument not valid, I tried other things but it didn't work
(yes my date field is in the date Format)
Many thanks in advance for your help