hi
if i pass my mdx like this i am get what i am expecting..
With
Set [TimeLimit] as
'{([CurrDate].[All CurrDate].[2010].[Q3].[Jul].[2010-07-21])}'
select
NON EMPTY {[Measures].[Balance], [Measures].[Peso Equiv]} ON COLUMNS,
NON EMPTY {
[PARTICULARS].[All Particulars],
[PARTICULARS].[All Particulars].[RESIDENTS],
[PARTICULARS].[All Particulars].[NON-RESIDENTS]
} ON ROWS
from [depositlib_22]
where ([TimeLimit])"
Question?:- i dont want hardcode this part "[2010].[Q3].[Jul].[2010-07-21]",i need to get date from my cube(cube always geting latest date from database table).
let me know any one how we can possible to get?
pls,help us on this i am trying past 2 days...still unable to fondout solution.
Thanking u in advace...