As a hobby-programmer i'd like to make a calendar-sort application for OSX.
I have a csv-file (yes iknow, not the most ideal format according to some

(so a reservation would be in format "DATE,NAME,TIME,PHONENUMBER,NUMBEROFPERSONS" -> "01/02/2017 , FISHER , 18:00 , 0515531415 , 4"
To view the reservations per day i wanted to use a field-view where I can filter the information given by the CSV-file to the date selected by the user.
I know how to use the filter-function in the form of: | filter lines of field "XXX" with "02*" | where I can see all the reservations made on the second day of every month.
The problem is that the "O2*" part is a constant which can not be altered later on, lets say when the application is running and I am not altering the code.
Is there some sort of way to use the "Filter"-command with a string?
for example:
Put field "TodaysDate" into Date -> Own input in the field : 01/02/2017
filter lines of field "Reservations" with Date
The result when I try to run it is no error, but no data appears in the targetfield?
I would appreciate any help or ideas!
Thanks in advance
