reportingservices 2005 - Incorrect data in SSRS Reports -


my reports getting data cube. refreshed cube everytime when have use cube or report.

the problem getting required data in cube, in part(some columns) of reports getting wrong data.

for example cube getting data a,b,c, d,e,f,g (these measures) & x,y,z dimensions using in cubes.

in reports there 3 columns test1, test2, test3.

test1 has expression (sum(a)/sum(b))

test2 has expression (sum(c)/sum(d))

test3 has expression (sum(e)/sum(f))

i getting right data test1 & test2 not test3.

what reason. have checked expressions. there no problem expression.

is there else besides refreshing of cube. means refreshing of reports on server?

thanks,

shashra

ssrs caches original dataset when previewing report. after deploy report, data being reported correct.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -