
I need to group by Requestor name into the gallery and I need to show the sum of total No of hours into gallery
gallery items properties I'm using search and dropdown filter
SortByColumns(
Search(
Filter(
KRCAllRequest,
IsBlank(Dropdown1_3.Selected.Value) || IsEmpty(Dropdown1_3.Selected.Value) || Status.Value=Dropdown1_3.Selected.Value),
txtSearch.Text,
"Activity","BU","QualityTask","Name"),
"ID",
Descending
)