dbTalk Databases Forums  

Urgent - Another ParallelPeriod() Q!

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Urgent - Another ParallelPeriod() Q! in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Darren Drysdale
 
Posts: n/a

Default Urgent - Another ParallelPeriod() Q! - 07-15-2004 , 03:56 AM






All

I posted a few weeks ago and i got help with the requirement by using the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling months etc..

However, I could not get same period last year/month to work - the MDX
parsed but the cube (viewed in AS mgr) had no values at all or oocasionally
(happened intermittently) had #ERR - the error complained about something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and placed this
in the Calcdim dimension - the 'special' new one used in Tom Chesters
example...the theory of this dimension is great as I dont need to create a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical members.. I was
thinking of splitting the year and month dims out to allow cross tab but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD



Reply With Quote
  #2  
Old   
Andrej Hudoklin
 
Posts: n/a

Default Re: Urgent - Another ParallelPeriod() Q! - 07-15-2004 , 05:50 AM







Hi,

give me your e-mail and I can send you a nice power point on how to create
shell/calc dimension.

Bye,
Andrej



"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote

Quote:
All

I posted a few weeks ago and i got help with the requirement by using the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling months etc..

However, I could not get same period last year/month to work - the MDX
parsed but the cube (viewed in AS mgr) had no values at all or
oocasionally
(happened intermittently) had #ERR - the error complained about something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and placed
this
in the Calcdim dimension - the 'special' new one used in Tom Chesters
example...the theory of this dimension is great as I dont need to create a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical members.. I was
thinking of splitting the year and month dims out to allow cross tab but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD





Reply With Quote
  #3  
Old   
Darren Drysdale
 
Posts: n/a

Default Re: Urgent - Another ParallelPeriod() Q! - 07-15-2004 , 06:05 AM



Hi andrej

drysdaledarren (AT) hotmail (DOT) com

cheers

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote

Quote:
Hi,

give me your e-mail and I can send you a nice power point on how to create
shell/calc dimension.

Bye,
Andrej



"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:%23WYOZmkaEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
All

I posted a few weeks ago and i got help with the requirement by using
the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling months etc..

However, I could not get same period last year/month to work - the MDX
parsed but the cube (viewed in AS mgr) had no values at all or
oocasionally
(happened intermittently) had #ERR - the error complained about
something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and placed
this
in the Calcdim dimension - the 'special' new one used in Tom Chesters
example...the theory of this dimension is great as I dont need to create
a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical members.. I
was
thinking of splitting the year and month dims out to allow cross tab but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD







Reply With Quote
  #4  
Old   
Andrej Hudoklin
 
Posts: n/a

Default Re: Urgent - Another ParallelPeriod() Q! - 07-15-2004 , 06:12 AM




Check you're e-mail!

Andrej


"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote

Quote:
Hi andrej

drysdaledarren (AT) hotmail (DOT) com

cheers

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote in message
news:ux5YimlaEHA.1248 (AT) TK2MSFTNGP11 (DOT) phx.gbl...

Hi,

give me your e-mail and I can send you a nice power point on how to
create
shell/calc dimension.

Bye,
Andrej



"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:%23WYOZmkaEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
All

I posted a few weeks ago and i got help with the requirement by using
the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling months
etc..

However, I could not get same period last year/month to work - the MDX
parsed but the cube (viewed in AS mgr) had no values at all or
oocasionally
(happened intermittently) had #ERR - the error complained about
something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and
placed
this
in the Calcdim dimension - the 'special' new one used in Tom Chesters
example...the theory of this dimension is great as I dont need to
create
a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical members.. I
was
thinking of splitting the year and month dims out to allow cross tab
but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD









Reply With Quote
  #5  
Old   
Darren Drysdale
 
Posts: n/a

Default Re: Urgent - Another ParallelPeriod() Q! - 07-15-2004 , 06:29 AM



many thanks Andrej

I've looked through the PPoint slides.. the P Period example is useful
but..i'm not sure it's exactly what i'm after.. the Shell dim idea is what
I'm using (great idea whoever thought of it!) but I don't want to specify a
particular date (e.g. Time.Quarter 1 in the slides).. is this possible?
Ideally the function will calcualte the previous value for a year (if the
user selects 2004 for example they see 2003) or month (user selects Jan 2003
for example and they also see jan 2002) - for ALL/any measure.. I also then
need the % difference/growth figure (the slides do have one of these!)

thanks again

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote

Quote:
Check you're e-mail!

Andrej


"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:e5W0xulaEHA.2792 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi andrej

drysdaledarren (AT) hotmail (DOT) com

cheers

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote in message
news:ux5YimlaEHA.1248 (AT) TK2MSFTNGP11 (DOT) phx.gbl...

Hi,

give me your e-mail and I can send you a nice power point on how to
create
shell/calc dimension.

Bye,
Andrej



"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:%23WYOZmkaEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
All

I posted a few weeks ago and i got help with the requirement by
using
the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling months
etc..

However, I could not get same period last year/month to work - the
MDX
parsed but the cube (viewed in AS mgr) had no values at all or
oocasionally
(happened intermittently) had #ERR - the error complained about
something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and
placed
this
in the Calcdim dimension - the 'special' new one used in Tom
Chesters
example...the theory of this dimension is great as I dont need to
create
a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical members..
I
was
thinking of splitting the year and month dims out to allow cross tab
but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD











Reply With Quote
  #6  
Old   
Ovidiu
 
Posts: n/a

Default Re: Urgent - Another ParallelPeriod() Q! - 07-16-2004 , 02:44 AM



Why don't you post it here so anyone can see it?
I think that exactly why exist this newsgroup.

"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote

Quote:
many thanks Andrej

I've looked through the PPoint slides.. the P Period example is useful
but..i'm not sure it's exactly what i'm after.. the Shell dim idea is what
I'm using (great idea whoever thought of it!) but I don't want to specify
a
particular date (e.g. Time.Quarter 1 in the slides).. is this possible?
Ideally the function will calcualte the previous value for a year (if the
user selects 2004 for example they see 2003) or month (user selects Jan
2003
for example and they also see jan 2002) - for ALL/any measure.. I also
then
need the % difference/growth figure (the slides do have one of these!)

thanks again

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote in message
news:e4bk9ylaEHA.2792 (AT) TK2MSFTNGP09 (DOT) phx.gbl...

Check you're e-mail!

Andrej


"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:e5W0xulaEHA.2792 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi andrej

drysdaledarren (AT) hotmail (DOT) com

cheers

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote in message
news:ux5YimlaEHA.1248 (AT) TK2MSFTNGP11 (DOT) phx.gbl...

Hi,

give me your e-mail and I can send you a nice power point on how to
create
shell/calc dimension.

Bye,
Andrej



"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:%23WYOZmkaEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
All

I posted a few weeks ago and i got help with the requirement by
using
the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling months
etc..

However, I could not get same period last year/month to work - the
MDX
parsed but the cube (viewed in AS mgr) had no values at all or
oocasionally
(happened intermittently) had #ERR - the error complained about
something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and
placed
this
in the Calcdim dimension - the 'special' new one used in Tom
Chesters
example...the theory of this dimension is great as I dont need to
create
a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical
members..
I
was
thinking of splitting the year and month dims out to allow cross
tab
but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD













Reply With Quote
  #7  
Old   
Andrej Hudoklin
 
Posts: n/a

Default Re: Urgent - Another ParallelPeriod() Q! - 07-16-2004 , 04:49 AM



Hi Ovidiu,

the problem is with sending files to newsgroup, thats why.

Andrej


"Ovidiu" <ovidiug70 (AT) msn (DOT) com> wrote

Quote:
Why don't you post it here so anyone can see it?
I think that exactly why exist this newsgroup.

"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:e97AI8laEHA.2908 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
many thanks Andrej

I've looked through the PPoint slides.. the P Period example is useful
but..i'm not sure it's exactly what i'm after.. the Shell dim idea is
what
I'm using (great idea whoever thought of it!) but I don't want to
specify
a
particular date (e.g. Time.Quarter 1 in the slides).. is this possible?
Ideally the function will calcualte the previous value for a year (if
the
user selects 2004 for example they see 2003) or month (user selects Jan
2003
for example and they also see jan 2002) - for ALL/any measure.. I also
then
need the % difference/growth figure (the slides do have one of these!)

thanks again

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote in message
news:e4bk9ylaEHA.2792 (AT) TK2MSFTNGP09 (DOT) phx.gbl...

Check you're e-mail!

Andrej


"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:e5W0xulaEHA.2792 (AT) TK2MSFTNGP09 (DOT) phx.gbl...
Hi andrej

drysdaledarren (AT) hotmail (DOT) com

cheers

Darren


"Andrej Hudoklin" <andrej.hudoklin (AT) add (DOT) si> wrote in message
news:ux5YimlaEHA.1248 (AT) TK2MSFTNGP11 (DOT) phx.gbl...

Hi,

give me your e-mail and I can send you a nice power point on how
to
create
shell/calc dimension.

Bye,
Andrej



"Darren Drysdale" <darrend (AT) hotmail (DOT) com> wrote in message
news:%23WYOZmkaEHA.3988 (AT) tk2msftngp13 (DOT) phx.gbl...
All

I posted a few weeks ago and i got help with the requirement by
using
the
Tom Chester calc dim example..

this worked fine for YTD and LastPeriods stuff for rolling
months
etc..

However, I could not get same period last year/month to work -
the
MDX
parsed but the cube (viewed in AS mgr) had no values at all or
oocasionally
(happened intermittently) had #ERR - the error complained about
something
that 'didn't match' - most times though thew values were blank..

i used..

(ParallelPeriod([Time].[YEar], 1), [Measures].currentmember) and
placed
this
in the Calcdim dimension - the 'special' new one used in Tom
Chesters
example...the theory of this dimension is great as I dont need
to
create
a
YTD, Same vs last year etc for each of the 10 measures..

My time dim has 2 levels - e.g 2004, Jan 2004 are typical
members..
I
was
thinking of splitting the year and month dims out to allow cross
tab
but
this won't help me i'm sure..

any thoughts most appreciated! Need it in and tested by monday!

DD















Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.