Hi I'm trying to filter the options within a combobox based on whether the option contains the selected value of another combobox. So I have tried this but it does not return any value:
Filter(Choices([@'Register'].'Code'), DataCardValue7.Selected.Value in Choices([@'Register'].'Code'))
The intellisense does not show any issue in the formula but as I say the results bring back nothing. So for example if I were to choose Option 1 on the first combobox I would want to filter out only those choices that contained the text Option 1 etc.
Any points appreciated!
That's brilliant thank you Warren!
Hi @WalesMariner ,
Try this format
Filter(
Choices([@'Register'].'Code'),
DataCardValue7.Selected.Value in Value
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.