Dear Community,
In my app i want to show all the people who's birthday is today.
In my app i have a gallery with a seachbox. I want to add a button
to show all the people who's birthday is today.
What is the code for the button if i want to search in the column "Geboortedatum"
where the date has the format "dd-MM-yyyy". on today's date i guess i need the code NOW()
And what should the code in the Gallery be:
If(
Len(searchQuery) > 0;
SortByColumns(
Search(
dbEmployeeDirectory;
searchQuery;
"crcfa_voornaam";
"crcfa_achternaam";
"crcfa_afdeling";
"crcfa_titel";
"crcfa_computer";
"crcfa_badgenummer";
"crcfa_gebruikersid";
"crcfa_geboortedatum"
);
"crcfa_achternaam";
SortOrder.Ascending
)
)
Gr. P

Report
All responses (
Answers (