Here's my problem:
I created a sharepoint list with the following column names:
Date (Date & Time type)
Name (People or Group type)
Activity (Choice type)
Hours (Number type)
Billable (Choice type)
Project Related (Text type)
Description (Text type)
The Title column is hidden.
The problem is: I'm trying to create an app where I can do a search / filter based on the Name column, but it's not working.
Should "Search('datasource';TextSearchBox1.Text;"Name")" work?
Best regards,