Use subsets in DBRW
-
- Posts: 41
- Joined: Fri Jun 02, 2017 6:35 pm
- OLAP Product: Planning Analytics
- Version: 2.0...
- Excel Version: 2016
Use subsets in DBRW
I have a report that used a dimension subset in DBRW formula. It worked in Perspectives, but it does not work in PAX custom report. Is there anything that can mimic the functionality besides creating an alternate hierarchy in the dimension? Virtual dimensions don't work in the custom reports, as far as I know.
-
- MVP
- Posts: 3698
- Joined: Fri Mar 13, 2009 11:14 am
- OLAP Product: TableManager1
- Version: PA 2.0.x
- Excel Version: Office 365
- Location: Switzerland
Re: Use subsets in DBRW
User Defined Consolidations aren't supported in PAX. So you can't use a subset name as a pseudo-consolidation. You need to use an actual consolidation.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
-
- Posts: 41
- Joined: Fri Jun 02, 2017 6:35 pm
- OLAP Product: Planning Analytics
- Version: 2.0...
- Excel Version: 2016
Re: Use subsets in DBRW
That's what I was trying to avoid, and in fact there is a work around - create a hidden dynamic report with the given subset in the TM1RPTROW and a sum underneath, then refer the sum.
- Steve Rowe
- Site Admin
- Posts: 2455
- Joined: Wed May 14, 2008 4:25 pm
- OLAP Product: TM1
- Version: TM1 v6,v7,v8,v9,v10,v11+PAW
- Excel Version: Nearly all of them
Re: Use subsets in DBRW
I'm always curious about the desire for UDCs and avoiding setting up a true consolidation, can I ask what your use case is such that you don't want to set-up a consolidation?
Technical Director
www.infocat.co.uk
www.infocat.co.uk
-
- MVP
- Posts: 3223
- Joined: Mon Dec 29, 2008 6:26 pm
- OLAP Product: TM1, Jedox
- Version: PAL 2.1.5
- Excel Version: Microsoft 365
- Location: Brussels, Belgium
- Contact:
Re: Use subsets in DBRW
Hi Steve,
Anything related to ad hoc analysis, or related to user choices, leading to elements / consolidations of which the sum needs to be shown.
A regular Excel pivot table can show the sum of the visible elements, so why not TM1 in an easy way ?
For more structural consolidations, I would create them in the dimension as regular consolidations.
But it's not always easy or foreseeable which totals will be needed afterwards.
Anything related to ad hoc analysis, or related to user choices, leading to elements / consolidations of which the sum needs to be shown.
A regular Excel pivot table can show the sum of the visible elements, so why not TM1 in an easy way ?
For more structural consolidations, I would create them in the dimension as regular consolidations.
But it's not always easy or foreseeable which totals will be needed afterwards.
Best regards,
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
IBM Champion 2024-2025
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
-
- Community Contributor
- Posts: 296
- Joined: Tue Sep 06, 2016 7:55 am
- OLAP Product: TM1
- Version: 10.1.1
- Excel Version: Excel 2010
Re: Use subsets in DBRW
Hi,
I raised this issue here:
https://www.tm1forum.com/viewtopic.php?p=72800#p72800
I tend to agree with Wim, it was for simplicity, an easy way to retrieve a value.
But I guess the workaround is pretty straightforward!
cheers, Mark
I raised this issue here:
https://www.tm1forum.com/viewtopic.php?p=72800#p72800
I tend to agree with Wim, it was for simplicity, an easy way to retrieve a value.
But I guess the workaround is pretty straightforward!
cheers, Mark
- Steve Rowe
- Site Admin
- Posts: 2455
- Joined: Wed May 14, 2008 4:25 pm
- OLAP Product: TM1
- Version: TM1 v6,v7,v8,v9,v10,v11+PAW
- Excel Version: Nearly all of them
Re: Use subsets in DBRW
The need to generate ad-hoc totals from a random lists of elements is a valid use-case, I just don't like the subset / UDC driven solution. If they are starting from scratch I think there are probably better ways we can deliver ad-hoc totals without the loss of control that subset as totals and other UDCs bring.
I think that just reproducing the legacy approach to ad-hoc totals is a bit "lazy", they ought to be going back to the requirements and thinking about the best way of delivering them...easy to say of course!
For example, the dynamic report use case seems to be the most common, wouldn't it be better if there was just a flag in the TM1RptRow formula that meant that a total was always generated?
All hypothetical I guess...
I think that just reproducing the legacy approach to ad-hoc totals is a bit "lazy", they ought to be going back to the requirements and thinking about the best way of delivering them...easy to say of course!
For example, the dynamic report use case seems to be the most common, wouldn't it be better if there was just a flag in the TM1RptRow formula that meant that a total was always generated?
All hypothetical I guess...
Technical Director
www.infocat.co.uk
www.infocat.co.uk
-
- Posts: 9
- Joined: Mon Nov 18, 2019 9:50 am
- OLAP Product: Planning Analytics
- Version: PAx for Excel 2.0.77.3
- Excel Version: Excel 365
Re: Use subsets in DBRW
Sorry to bump an old thread, but perhaps better than starting a new one on the same topic!
We've just migrated to PAx I've got a load of pre-existing reports that make heavy use of subsets in cube reads, and having to add dynamic reports to all my workbooks then referencing the sums seems daft compared to just having a single DBRW("blah", "blah","blah","blah","Europe + CIS") formula that does all that for me.
This appears to be a real step backwards.
Isn't this much more cumbersome than just allowing subsets in DBRW formulas?AskAndAnswer wrote: ↑Fri Jun 28, 2019 5:15 pm That's what I was trying to avoid, and in fact there is a work around - create a hidden dynamic report with the given subset in the TM1RPTROW and a sum underneath, then refer the sum.
We've just migrated to PAx I've got a load of pre-existing reports that make heavy use of subsets in cube reads, and having to add dynamic reports to all my workbooks then referencing the sums seems daft compared to just having a single DBRW("blah", "blah","blah","blah","Europe + CIS") formula that does all that for me.
This appears to be a real step backwards.