I have an SSRS report where the date should be grouped by project category the project code in the category is repeating in side the group how do I suppress the value

Please help me to get an idea.

Thanks,brijit

link|improve this question
feedback

2 Answers

I think it may be an issue concerning the way you are grouping the dates. Do you have the grouped with time on them as well but suppressing the hours in your output?

For example:

12-5-2010 12:00:00

12-5-2010 13:00:00

if you strip the times off in how you see them but not how you group them, they would show up duped.

link|improve this answer
feedback

I think there is one option hide duplicates in properties in ssrs. so you will check in that option under the project category group.so that you can hide the duplicate values and get unique records. first u create one group based on project category in fields properties and then check in that hide duplicate option under that group.whenever you check in that option it will high light one drop down list showing containing group or dataset there you select your created group.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown