Hi all
I am lookin for the way to filter list dynamically depending on which tick box user tick.
So for eaxmple
Title Color Size Box
Title1 green small box1
Title2 red midium box2
Title3 green big box1
And than have tick boxes to select/diselect only green/red and small/midium etc.
Is it possible in Powerapps?
Thanks
Solved! Go to Solution.
Hi,
For this you can use ComboBox.
You put the number of ComboBox (with multiple selection available) you want with Items :
Distinct(DataSource.Column)
And then you take your Filter in your Gallery (I suppose) with this Items Statement :
Filter( DataSource, Column1 in ComboBox1, Column2 in ComboBox2, ... )
Is that working for you ? 🙂
Best regards,
Louis
Hi,
For this you can use ComboBox.
You put the number of ComboBox (with multiple selection available) you want with Items :
Distinct(DataSource.Column)
And then you take your Filter in your Gallery (I suppose) with this Items Statement :
Filter( DataSource, Column1 in ComboBox1, Column2 in ComboBox2, ... )
Is that working for you ? 🙂
Best regards,
Louis
Thanks for posting in the community @RomanKorchak - can you review the above reply and advise if it was helpful?
@Anonymous
Havent tried it yet but seems helpful to me!
User | Count |
---|---|
209 | |
94 | |
84 | |
49 | |
39 |
User | Count |
---|---|
264 | |
104 | |
104 | |
61 | |
59 |