Hi everyone,
I got a difficulty, I have a checklist with 22 points, If they scan OK code so the result of the field is "OK"
and if they scan NOT OK code so the result is "NOT OK" (They scan 22 times for one submit form)
And now I want to count how many points are OK (for 1 row in SharePoint list) and visible this counting on Gallery. Please Help!
Solved! Go to Solution.
Hi @Phu_Le
CountRows(Filter(Split(ThisItem.Col1.Value &","& ThisItem.Col2.Value,","),Result = "OK"))
ThisItem.Col1.Value &","& ThisItem.Col2.Value &","& ThisItem.Col3.Value
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Phu_Le
CountRows(Filter(Split(ThisItem.Col1.Value &","& ThisItem.Col2.Value,","),Result = "OK"))
ThisItem.Col1.Value &","& ThisItem.Col2.Value &","& ThisItem.Col3.Value
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
User | Count |
---|---|
134 | |
131 | |
97 | |
75 | |
74 |
User | Count |
---|---|
206 | |
197 | |
70 | |
60 | |
52 |