At the NR column I want to have 1, 2, 3 etc and not 4, 8(counting all the materials) or 4, 4(counting all the materials for each product, this happens when I do RowNumber("GroupName"))
Asked
Active
Viewed 19 times
0
-
See following : https://stackoverflow.com/questions/34791348/horizontally-and-vertically-totals-in-rdlc-matrix?force_isolation=true – jdweng Aug 25 '22 at 09:46
-
I am not trying to achieve any sum of products. My point is I want the NR column to count all the products. So instead of having the 4. and 8. (as you can see in the picture above) I want it to show 1. and 2. cuz there are only 2 products there. – Genc Qelaj Aug 25 '22 at 09:50
-
Same principal except instead of using SUM() you use the function COUNT() – jdweng Aug 25 '22 at 10:23
-
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 25 '22 at 22:14