Hi all, I'm nearing the end of building my first power app through self learning. Please could you help me udnerstand how to go about this query. Thanks to @RezaDorrani 's YouTube vids.
Looking to build a Filter panel on left hand side of canvas.
A 3 Tab panel horizontally. This is my formula that i wish to combine. I keep getting errror.
Pls help (Image attached as well)
Formula 1 for the Tab panel Horizontally:
Switch(varCurrentTab,"Appeals Due in 7 Days",Filter('Appeals Workflow','Due Date'>=Today() And 'Due Date'<= DateAdd(Today(),7,Days)),"Overdue Appeals",Filter('Appeals Workflow','Due Date'<Today()), "All Appeals",'Appeals Workflow'))
Formula 2 for the left hand panel:
Filter('Appeals Workflow',StartsWith(Title,txtTitle.Text)&&('Appeal Status'.Value=Radio1.Selected.Value||Radio1.Selected.Value=Blank())&&((ChckMe.Value&&'Council Reviewer'.Email=User().Email)||(ChckMe.Value= false &&chckother.Value= false )||(chckother.Value&&'Council Reviewer'.Email=cbUser.Selected.Email)))
What I'm trying to achieve:
To combine both the formulae so I can Filter out Appeals Due in 7 Days and check if they are Unassigned or in any other status category.
Many thanks
What I'm trying to achieve:
To combine both the formulae so I can Filter out Appeals Due in 7 Days and check if they are Unassigned or in any other status category.
many many Thasnks