Please HELP: Query in Sample App and VBS/ADOMD is different than AS Browse Data -
12-06-2004
, 06:12 PM
Hello All,
When I query a calculated cell, a cell that's in the leaves of all
dimensions, through Sample App or VBS/ADOMD I get a wrong value, but
when I use the AS Browse Data to check it I get the right value.
I don't know what else I can do! I'd appreciate it a lot if anybody
could help me, please ...
The query is very simple, something like
SELECT {[Measures].[Amount]} on columns, {[Version].[Budget 2005]} on
rows
FROM RC
WHERE ([Channel].[Channel NA],[Product].[1010],[Project].[Proj
NA],[Period].[200403],[Unit].[0001])
(All dimensions are in the query)
Thanks,
Vinicius Bellino |