Hi there,
Without applying filters I am getting total hours in Table2
However I cannot seem to apply the filters? I keep getting blanks
Any ideas???
I need to filter this based on :
Date DatePickerCanvas2_1
Employee Name ComboboxCanvas5_1
current formula not working as selected
Value not populating and selected items erroring
Sum(Filter(Datasource, Date = DatePickerCanvas2_1.SelectedDate, EmployeeName = ComboboxCanvas5_1.Selected.Value || IsBlank(ComboboxCanvas5_1.Selected.Value), 'Hours Qty')
I want to sum hours of hours quantity of truck driver time card based on selected values in date and employee name
Thanks