Page 1 of 1

Retrieving Data using Alternate Hierarchy

Posted: Tue Aug 22, 2017 7:54 pm
by gkoscs
I am using Planning Analytics 2.0 (on premises). The alternative hierarchy feature can be very powerful and it appears to be easy to retrieve data using either PAW or PAX. However, does anyone know if it is possible to retrieve data which references an alternate hierarchy by using either a DBRW formula in a slice worksheet (now called Custom Report) or by using a CellGetN in a TI Process? If it's not possible now, is it contemplated by IBM for the future?

Many thanks.

Re: Retrieving Data using Alternate Hierarchy

Posted: Wed Aug 23, 2017 4:47 pm
by st2000
You could retrieve data in PA2 directly from a MDX view. And MDX supports qualifying particular hierarchies per dimension like [Time].[Calendar].[Year] where Calendar would be one hierarchy beyond others into the Time dimension.
MDX views as a TI data source
Previously, a view could be created and saved by using MDX expressions. Beginning in this release, the MDX-based view
can now be used as a TurboIntegrator data source.
http://public.dhe.ibm.com/software/data ... m1_nfg.pdf

Re: Retrieving Data using Alternate Hierarchy

Posted: Fri Aug 25, 2017 7:04 pm
by gkoscs
Thank you very much Stefan for this answer.

I am able to create a view using MDX, which I can see in PA workspace is correct. However, my ultimate goal is to read this view into a process and create a special summarized cube by using one of the hierarchies. When trying to read the MDX view, I get the following error message:

Cannot assign column 1 to variable v1: Unsupported column type

Column 1 is the position of the hierarchy value. Variable v1 is a simple text variable.

Any ideas on what the problem is?

Re: Retrieving Data using Alternate Hierarchy

Posted: Wed Aug 30, 2017 4:00 pm
by Paul Segal
A slight hijack, but my concern is that DBR/DBRW/Custom Reports won't ever support alternate hierarchies. I appreciate the need to keep these functions backward compatible, but if we ever want to use alternate hierarchies in PAX in Custom Reports then we would need a new function (DBRH anyone?) for this, as I understand it. We have a lot of history with the way DBRW formulas work, it's easy to understand, and although I'm ready to be convinced otherwise I'd like to see them in some way support alternate hierarchies.

Re: Retrieving Data using Alternate Hierarchy

Posted: Thu Aug 31, 2017 12:06 pm
by stephen waters
Paul,
Lack of DBRW support for new "Hierarchies" was mentioned at one of the Road Map sessions at IBM Vision in May. IBM said they plan to introduce a new formula that does support Hierarchies but I don't think any timescale was mentioned.

Re: Retrieving Data using Alternate Hierarchy

Posted: Fri Dec 06, 2019 2:00 pm
by mvaspal
Hi,
This is now more than 2 years old, anybody maybe know more about the "roadmap"?
If we need dynamic (on rows) but formatted reports in Excel with Hierarchies, I am not sure what is the best way of doing it - custom reports are not dynamic, quick reports do support Hierarchies, but they do not use sets on the rows.
thank you!

Re: Retrieving Data using Alternate Hierarchy

Posted: Mon Dec 09, 2019 5:54 pm
by Bakkone
Hiearchies in Websheets has been in a few presentations lately. Don't know if it means its close... but heres hoping for H1 2020.

Re: Retrieving Data using Alternate Hierarchy

Posted: Tue Jun 08, 2021 9:02 pm
by dmillerksu
Has anyone heard of any update to adding alternate hierarchy capabilities in DBRW's yet?