Multiple Cube in a report
HI All,
is this possible to use multiple cube in one report,in case they have some field common as i do want to display data based on these common field as we did in join concept in Simple sql Query .
Amit
November 16th, 2010 4:20am
Hi Amit,
yes you can use mutiple cube in a report.
First you need to create connection to each seperately and create dataset accordingly.
One the fields are in your dataset, you can do whatever you want to.
Hope it helps!
Free Windows Admin Tool Kit Click here and download it now
November 16th, 2010 4:22am
Hi All,
what i need to do is to connect multiple cube from one cube (Master -Slave relationship) and trying to use that cube in report.
Amit
November 16th, 2010 4:34am
Hi Amit,
You can't do it directly. To get it around, use subreports for the slave cubes, then on the master report, use the common fields to connect these subreport against the master cube fields. If you are running SSRS 2008 R2, use the LookUp function.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
November 17th, 2010 10:42pm