I am using the below formula in hopes that I can sort the gallery by sponsor and search the below text fields. When I put it in the gallery goes blank and I get errors on all the fields inside the gallery. Any advise thank you in advance.
Sort(Studies,Sponsor);Search(Studies,searchboxlab_1.Text,"field_2","field_3","field_9")
Solved! Go to Solution.
Hello, you need to use te formular together.
try this.
Sort(Search(Studies,searchboxlab_1.Text,"field_2","field_3","field_9"),Sponsor)
if you need to utilize more than one formula, you need to separate them with ";;"
ex:
Sort(Studies,Sponsor);;Search(Studies,searchboxlab_1.Text,"field_2","field_3","field_9")
Hello, you need to use te formular together.
try this.
Sort(Search(Studies,searchboxlab_1.Text,"field_2","field_3","field_9"),Sponsor)
if you need to utilize more than one formula, you need to separate them with ";;"
ex:
Sort(Studies,Sponsor);;Search(Studies,searchboxlab_1.Text,"field_2","field_3","field_9")
thank you I am brand new to this stuff and that makes perfect sense. I tried several ways but was not sure the order of items. Thank you !
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
184 | |
45 | |
45 | |
34 | |
34 |
User | Count |
---|---|
257 | |
82 | |
78 | |
67 | |
65 |