Hi Community,
I created an app where the main container has collection of tabs which on click is going to filter MS list item with dropdown and search condition combined. Here is my overview of app as attached. When I click on Tab1, it displays filtered data with dropdown and search condition combined and from there when I navigate right arrow from gallery 1, it points to right filtered detail dataset on Form screen (so it does with tab2). however when I am on Tab 3,4 or 5, summary data (body, title) displays the right data (dropdown and search combined) however when I click on Next arrow from either of these 3 tabs, it navigates to form screen, navigation work but that displays nothing.
Can you please suggest what's the issue here that I can correct.
2. Also can I get suggestion about how do I get dropdown selected to unselect that display everything as per Tab gallery condition without dropdown and search taking into account? Here is the gallery items
1. Tab1 :
If(
VarTabSelected = 1,
Filter('Rafi C Test', Funding.Value=Dropdown1.Selected.Value && StartsWith(Status.Value,TextInput1.Text) && StartsWith(Progress.Value,TextInput2.Text)),
Filter('Rafi C Test', Category.Value = "Hot Topics" && Funding.Value=Dropdown1.Selected.Value && StartsWith(Status.Value,TextInput1.Text) && StartsWith(Progress.Value,TextInput2.Text))
)
2. Tab3,4,5 (with different category value):
Filter('Rafi C Test', Category.Value ="Freier's Top Initiatives" && Funding.Value=Dropdown1.Selected.Value && StartsWith(Status.Value,TextInput1.Text) && StartsWith(Progress.Value,TextInput2.Text))
Thanks

Report
All responses (
Answers (