Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DISTINCT MDX 1

Status
Not open for further replies.

Nesy123456789

Programmer
Jun 9, 2009
7
0
0
GB
I have a dataset in Reporting Services 2005 which has fields from two cube dimensions.The first dimension has summary data and is displayed in a table- e.g Company Number, total sales, etc.
The second dimension has info across time periods - e.g. Company Number, weekly sales, weekNumber. I want to show the trend over time as a chart but not display the time info on the table.
My problem is that to access the time data I have to drag it into the dataset, which causes the table to display duplicate rows (one for each time period). I need a way of removing the duplicate rows from the table but still have access to more detailed time data for the chart.
I am doing this work in preparation of moving to 2008 and using the sparkline in the table.
Or will this not be a problem in 2008?
 
When I create reports like these, I create a separate report for the chart, which includes the dataset with the data detailed across time. I then add the chart's report as a subreport to a detail cell in the main report, passing in parameters to the chart report based on the values of the current row.
 
cheers I'll have a go. By the way - do you know how the 2008 sparkline handles this? Will it generate dupes?
 
I wasn't aware that SSRS had native sparklines. Are you simply referring to placing a chart within a table cell?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top