Hi everyone,
I've a problem and maybe you can help me.
Ive created a Sharepoint List with data in it and a column "date".
In the Canvas App I've created a Calendar view which displays the data of the sharepoint list in a Form to edit.
So if I click on the calendar (_Dateselected) the CalendarEventGallery compares the date column in the Sharepoint List with _dateselected
The Form on the right display the data of the right column.
The problem is no mather whith date I selecet. the Form displays only the data of every other day I select.
To get no delegation warning in filterin the data in the Calendareventgallery, I changed the date into a number:
february the 10th 2023 is 10022023 in number.
I also change the _dateselected into that kind of number
Items of Form: calendareventgallery.selected
Items of Calendareventgallery: SortByColumns(Filter('Liste IH App Allgemein'; 'Datum Zahl' = Value(Text(_dateSelected; DateTimeFormat.ShortDate))); "Datum")
I know that is maybe a little less info but maybe someone can help me