Hi PAC, looking for some keen eyes to help me with the below formula.
Goals:
Current Formula in BrowseGallery1 Items (working):
SortByColumns(Search('Digital Idea Intake', TextSearchBox1.Text,"DI_ID", "Title"), "DI_ID", If(SortDescending1, SortOrder.Ascending, SortOrder.Descending))
Additional Info
TextSearchBox1: Mode(TextMode.SingleLine); Format(TextFormat.Text)
Looking for help in adding the choice value into the above formula but am struggling. I've tried several different suggestions.... and none have worked thus far.
Thanks in advance for all responses!
Solved! Go to Solution.
Hi @JanaCVX ,
So far Search function doesn't work with choice column. You might need to use Filter instead.
Please try with below formula:
SortByColumns(Filter('Safety Concentration Time Tasks', Or(TextSearchBox1.Text in DI_ID,TextSearchBox1.Text in Title,TextSearchBox1.Text in Idea_x0020_Submitted_x0020_by.DisplayName)), "DI_ID", If(SortDescending1, SortOrder.Ascending, SortOrder.Descending))
You could search with person and group's display name in the search box.
Regards,
Mona
Additional properties on the choice value....
Hi @JanaCVX ,
So far Search function doesn't work with choice column. You might need to use Filter instead.
Please try with below formula:
SortByColumns(Filter('Safety Concentration Time Tasks', Or(TextSearchBox1.Text in DI_ID,TextSearchBox1.Text in Title,TextSearchBox1.Text in Idea_x0020_Submitted_x0020_by.DisplayName)), "DI_ID", If(SortDescending1, SortOrder.Ascending, SortOrder.Descending))
You could search with person and group's display name in the search box.
Regards,
Mona
Thanks Mona, this worked great. I updated the dataset as well to the filter location to 'Digital Idea Intake'
SortByColumns(Filter('Digital Idea Intake', Or(TextSearchBox1.Text in DI_ID,TextSearchBox1.Text in Title,TextSearchBox1.Text in Idea_x0020_Submitted_x0020_by.DisplayName)), "DI_ID", If(SortDescending1, SortOrder.Ascending, SortOrder.Descending))
Appreciate the assist
User | Count |
---|---|
142 | |
142 | |
78 | |
74 | |
72 |
User | Count |
---|---|
228 | |
142 | |
78 | |
62 | |
57 |