Hi All
Hope someone will be able to help me.
Im currently building an app for the sales team to register and monitor sales ops.
What I have is a search which is working but I would like to add a couple of filters and then have the search the filtered results.
My search formula is
Search('Practice Cadence Source',TextSearchBox1.Text,"Customer_x0020_Name_x0020_","Brief_x0020_Description")
I want to add 3 Combo Boxes for multi selection being the Status (won, lost, qualification, proposal) and also the department and lastly account managers.
Im just not sure how to do the filters on the gallery then have the search only search on the filtered results.
Thanks in advance for any help here.