Forum Discussion
Count values from multiple fields
- 6 years ago
Dear @bhuprakashs
I have your problem solved, here it is,
But let me mention, you'll need an index table, so that you can relate it to the unpivoted column called as values.
So that counting values other than the index to add in the rows field.
I hope this solves your problem.
I expect a "like in both of my post", will motivate me to help more friends like you.
and if this post brought answers to your questions please accept this post as a solution
If there are further doubts please let me know.
Best regardsThakur Sujit
- 6 years ago
Dear @bhuprakashs ,
happy to know , if you have any doubt you can always ask ,
just drop me a message here in community message box ,
ill be happy to help.
Regards
Sujit Thakur
Anonymous - You can UNION your columns together and then FILTER out the values that match your entry plant name and then COUNTROWS the filtered set.