Urgent: getting next time level for a given member -
06-04-2005
, 04:43 AM
Hi,
I have a member of time dimension Time.[year].[1997].[Q1].[1]. I want
to find out a member that fits same time next Quarter which will be
Time.[year].[1997].[Q2].[4] i.e first month of next quarter. I tried
using lead, next member.
Can any one tell another way arround for this as the above donot work
much successfully as i need a generic way to move to the next time like
an year ahead or a quarter ahead. I tried VBA!DateDiff and VBA!DATEADD
but could not find much success. |