i m new to ssrs and i simply no nothin about it. i have grouped my main satus and substatus. as you can see in the table i get 3 rows in customer id, count and created date as per rowws in substatus. i just want a single row for them. and in count also i want single row not repeating in three rows the same count.for the count expression i have given the value of substatus to count with the scope of main status. please tell me how can achieve this
Share
So there are many customers, each with a main status and a sub-status? And you want to see how many customers there are with each substatus? If so, you need to:
If you try to show customer information in the sub-status or main status group, it will show only you aggregate information (e.g. count, sum etc). In this instance it looks like the default of first(fields.customer id.value) has been added to the substatus group header/footer.