I am trying to get an specific member from the Time Dimension.
I tried the function VBA!Date() with any success.
WITH
MEMBER MEASURES.[UniqueName] AS
'[Time].[ Time].CURRENTMEMBER.UNIQUENAME'
SELECT
{MEASURES.[UniqueName]} ON COLUMNS
,Filter( [Time].[Year].ALLMEMBERS
, ([Time].[Year].CurrentMember.membervalue
= VBA!DatePart( "yyyy", VBA!Date()))
) ON ROWS
FROM [FT FIBU]
How can I get the current date?
Try and see if function VBA!Now() will work for you.
Edward.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
No comments:
Post a Comment