Hi all
I am trying to filter a table using the selected option from a combo box but on selection the table does not filter. Instead it shows no data to display. My code under the items property shows no errors:
Sort(Filter(Hours, Name_Column2.Text = DisplayName_1.Selected.Name), Date, SortOrder.Descending)
The combo box is single select and its options are from an employee table on SQL Server. The Tables data is from SQL Server also.
Any help in filtering the table using the combo box would be great.
Thanks