My gallery is getting filtered whenever modern tablist is clicked.
The filtering formula entered in items property is
@PAJ ,
Sorry, best I can think of presently.
I tried this way , but in mobile view , gallery remains stuck with an empty item , and when i click multiple times , the item appears,
Any tips on how i can make it smooth.
Hi @PAJ ,
This will shorten it a bit
Filter(
TicketTables,
'Issue Type' =
Switch(
TabList1.Selected.Value,
"Network",
[@'Issue Type'].Network,
"Software",
[@'Issue Type'].Software,
"Hardware",
[@'Issue Type'].Hardware,
"Security",
[@'Issue Type'].Security,
"Compatibility",
[@'Issue Type'].Compatibility,
"Data Migration",
[@'Issue Type'].'Data Migration',
"Performance",
[@'Issue Type'].Performance,
"Maintainence",
[@'Issue Type'].Maintenance,
"Other",
[@'Issue Type'].Other
)
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps