Hello,
I have two tables. One table the primary key is dates. Every entry is a new date. On the second table, I’m trying to show the list of dates so that it can show up for calendar view. Since when I connect tables it doesn’t understand that the primary key is a date, I use the dateparse function. However, if there’s 2 dates, dateparse doesn’t work.
Is it possible to get multiple dates?