Hi Forum,
I have a Gallary where I am filtering based on a input text by name, however I want to have a condition before that that filters the gallary first by a value, for example where a Type field = Personal, the gallary should then only show all items where type is personal and then filter by the tex
SortByColumns(Filter('[dbo].[ew_arm_fact]',StartsWith(Client_Surname,Client_Search_Input_4.Text)),"Client_Surname")
How would I include the condition to set where Type = Personal?
Any help would be appreciated.
Thanks


Report
All responses (
Answers (