Im trying to pass the date from Cube to RS report
let say i have a column
date
row1 2005-01-01
row2 2005-02-31
row3 2007-09-15
row4 2008-01-01
when im sending the date filed it is passing first row (i.e 2005-01-01) i want to send 2005-02-31,2007 and 2008 in diffrent parameters can we do this
in target report
start date as 2005
end date as 2006
Thanks... ???
Hi,
A drill through will always pass the current instance value if you try to "pass a Data Item Value", if you wanna pass some other value based on a perticular condition, just create another data item with that condition, so that you will have the same value in each n every row for that data item and then the relavant value will be passed.
Thanks,
Venu.