Short story is my app has a combo box that references a Dataverse table in Items
I want to filter the Items based on another combo box selected items that matches to a choice list column on this table. How Do I write the syntax for the choice column? This below can't compare Table to Text. The choice column also includes multiple values
Thanks in Advance!!
Filter(WIRS_PMaterials,cmbplatform.Selected.Platform in Concat(Platform,Value))
cmbplatform.Selected.Platform is the combobox I am filtering from
Concat(Platform,Value) is Platform is the GlobalChoice column in WIRS_PMaterial
@ShaheerAhmad Please see my reply to @v-zhoqian-msft
@v-zhoqian-msft Thank you for the info, however - I don't want the platform values to be in ComboBox2. I want Materials to be in ComboBox2. The Materials I want to show, are filtered by the Platform values selected in cmbplatform
Agree with the approach
Hi @ctedesco3307 ,
You could set the OnChange property of cmbplatform to
ClearCollect(coll,cmbplatform.SelectedItems)
Then use coll as the data source of combo box2.
Best Regards,
Habsburg Qian
If this post helps, then please consider Accept it as the solution to help the other members find it.
I got this far to get rid of the error message but I still can't get any results.
Additionally - Platform is the choice column I'm searching on but the column I want to return in Specification is Materials
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional