Solved! Go to Solution.
@PPSA
Like this...
Filter(
PurchaseOrdersUsers,
(Gallery1.Selected.Supplier_Type = "1" And Group1 = "2")
Or (Gallery1.Selected.Supplier_Type = "2" And Group2 = "2")
Or (Gallery1.Selected.Supplier_Type = "3" And Group3 = "2")
Or (Gallery1.Selected.Supplier_Type = "4" And Group4 = "2")
Or (Gallery1.Selected.Supplier_Type = "5" And Group5 = "2")
Or (Gallery1.Selected.Supplier_Type = "6" And Group6 = "2")
)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
I have tried modifying to the below and now get the attached error
Filter(
PurchaseOrdersUsers,
If(
Gallery1.Selected.Supplier_Type = "1",
"Group1",
Gallery1.Selected.Supplier_Type = "2",
"Group2",
Gallery1.Selected.Supplier_Type = "3",
"Group3",
Gallery1.Selected.Supplier_Type = "4",
"Group4",
Gallery1.Selected.Supplier_Type = "5",
"Group5",
Gallery1.Selected.Supplier_Type = "6",
"Group6"="3"))
@PPSA
Like this...
Filter(
PurchaseOrdersUsers,
(Gallery1.Selected.Supplier_Type = "1" And Group1 = "2")
Or (Gallery1.Selected.Supplier_Type = "2" And Group2 = "2")
Or (Gallery1.Selected.Supplier_Type = "3" And Group3 = "2")
Or (Gallery1.Selected.Supplier_Type = "4" And Group4 = "2")
Or (Gallery1.Selected.Supplier_Type = "5" And Group5 = "2")
Or (Gallery1.Selected.Supplier_Type = "6" And Group6 = "2")
)
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Thank you @mdevaney , that works.
Now to pull the visible entries out into a label
User | Count |
---|---|
208 | |
94 | |
84 | |
49 | |
40 |
User | Count |
---|---|
264 | |
104 | |
103 | |
61 | |
59 |