I have problem to get count of the same values on each row cause separated values.
My question is: how to get only one value and get count on each row?
In this picture given, I want the result like this:
The count of data '4' on each table row is 3.
If i select another value like 1:
The count of data '1' on each table row is 2.
I hope for your help. Thank you.