hi experts
I have the following
dataset1(MDX) (always has more rows than dataset2)
dataset2(MDX)
tablix1(source is dataset1)
tablix2(source is dataset2)
what i need to accomplish is to have same number of rows for both tablix1 and tablix2
for example: if the dataset1 gives 27 rows and dataset2 gives 14 rows, i wanted to have 27 rows for tablix1 and also 27 rows for tablix2(having 14 rows filled with the result set of dataset2 and 13 empty rows).
is therer any way to add empty rows to a table ? ( I use SSRS 2008 )
Thank you in advance.
Nestor