Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8556

Re: Epmmemberoffset issue with TIME Dimension PARENTH2

$
0
0

Hi William,

 

Please show screenshot of your TIME dimension to understand the issue.

 

By the way, it's possible to use some tricky Excel formula to simulate EPMMemberOffset:

 

Let

A1 contain 2014.NOV

A2 contain  2014.DEC

 

We want to emulate EPMMemberOffset(,A1,1)

 

Put this formula in B1 and B2 (copy from B1):

 

=IF((FIND(RIGHT(A1;3);"JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC")-1)/3+1=12;LEFT(A1;4)+1&".JAN";LEFT(A1;4)&"." & CHOOSE((FIND(RIGHT(A1;3);"JANFEBMARAPRMAYJUNJULAUGSEPOCTNOVDEC")-1)/3+2;"JAN";"FEB";"MAR";"APR";"MAY";"JUN";"JUL";"AUG";"SEP";"OCT";"NOV";"DEC"))

 

The result will be:

 

B1: 2014.DEC

B2: 2015.JAN

 

B.R. Vadim


Viewing all articles
Browse latest Browse all 8556

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>