We have some cubes which we recently migrated from SQL 2000 server.
These cubes have different dill through values in it.
In sql 2000 server when drill through is select and when values are populated it will inhert data type values but in case of sql 2008 server when we do drill through all column values are coming as text and it is creating problem for our down stream processes and users.
Did somebody faced this problem before and can advice and settings changes or fix for this?
We also tried membervalue option which is posted in some threads but its still not working.
DRILLTHROUGH
Maxrows
1
Select
(
[Measures].[Loan Count],
[DD_VFPC].[cd],
[DD_VFPC].[Cocd]
)
on 0
from
[Reporting_curr]
where
[DD_VFPC].[Acct].[1234567]
RETURN
membervalue
([$DD_VFPC].[Clsdcd]) as ClsCd,
membervalue
([$DD_VFPC].[Councd]) as Councd