I have requirement like this: We have SharePoint List with requests that are opened and closed. I want to show these requests in stacked bar chart with open vs closed for the given period. I acheived this by creating a dataset that filters the requests list for the given date by using creation date column.
But my client is asking, open requests count should be displayed based on creation date and then closed requests count should be displayed based on modified date. For example, I open a ticket today and close that ticket tomorrow so this ticket should be displayed under tomorrow's date. Please help me if any body has done grouping with different columns while stacking in SSRS.
Thanks for your help.