HI
anyone can help on the sort by it's category too when user select the tab to view by category and also with the drop down fro ["This Week","This Month","Next Month","Following 2 Months"]
at the moment the dropdown is working fine but it's showing overall.. how to be able to display by category only when user click?? thank you
SortByColumns(
Filter(
'EventInfo(Admin)',
IsBlank(CalculatedStartdate) || (StartDateAdmin >= CalculatedStartdate && (IsBlank(CalculatedEnddate) || EndDateAdmin <= CalculatedEnddate)) && Category.Value = galCatTab.Selected.Name
),
"StartDateAdmin",
If(
IsBlank(SortDescending1) || SortDescending1,
Descending,
Ascending
)
)
Category.Value = galCatTab.Selected.Name - nothing happened when I click on the tab.. thank you
@StalinPonnusamy - not sure if you can help too? Thank you
