I'm trying to make some calculation in Excel based on data from Dynamic Report (which using MDX filtering in it)
So at first step
I open Dynamic Report (Active Form) which shows data on Sheet2 and make simple link from column J to Sheet1 column A
It seems works
After it I make filtering in Dynamic Report (show rows only which contain TOTAL). Only 3 rows
And the most part of my links on Sheet1 shows like #REF (and next calculations based on column A are imposible)
So may be you know how avoid such sort of behavior
PAX - Excel calculation based on Dynamic Report (Active Form)
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
-
- Regular Participant
- Posts: 226
- Joined: Wed May 06, 2020 2:58 pm
- OLAP Product: Planning Analytics
- Version: 2.0.9
- Excel Version: 2016
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
On dynamic reports the data rows are destroyed upon rebuild, so any direct reference to these rows will be destroyed on rebuild. Hence the links are broken as you are experiencing.
One workaround would be to use the offset function were the range start is above the dynamic rows, then when the report rebuilds the link is intact because the formulae doesn't refer to any cells in the dynamic report directly
One workaround would be to use the offset function were the range start is above the dynamic rows, then when the report rebuilds the link is intact because the formulae doesn't refer to any cells in the dynamic report directly
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
Thank you
it helped
May be you know
another workarounds except offset?
In some places write that it is resource consuming
it helped
May be you know
another workarounds except offset?
In some places write that it is resource consuming
- WilliamSmith
- Posts: 44
- Joined: Tue Dec 13, 2022 8:54 pm
- OLAP Product: TM1 / PA / PAx / PAW
- Version: TM1 11
- Excel Version: 365
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
You can try using Indirect() and passing in the cell reference as a string.
-
- Regular Participant
- Posts: 226
- Joined: Wed May 06, 2020 2:58 pm
- OLAP Product: Planning Analytics
- Version: 2.0.9
- Excel Version: 2016
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
The other question I guess is does sheet1 need be linked to sheet2 like this. I.e. What's stopping sheet1 from also being a dynamic report sharing the same filters as sheet2? To assist you with this we'd need to know more detail on the content you are trying to create in sheet1EP_explorer wrote: ↑Thu Jul 13, 2023 11:35 am Thank you
it helped
May be you know
another workarounds except offset?
In some places write that it is resource consuming
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
YesWilliamSmith wrote: ↑Thu Jul 13, 2023 5:54 pm You can try using Indirect() and passing in the cell reference as a string.
It works as well
Thank you
-
- Regular Participant
- Posts: 221
- Joined: Sat Dec 04, 2010 2:35 pm
- OLAP Product: PAL
- Version: 2.0.9
- Excel Version: 2016
Re: PAX - Excel calculation based on Dynamic Report (Active Form)
I'm creating some sort of filter for rowsburnstripe wrote: ↑Fri Jul 14, 2023 12:05 pmThe other question I guess is does sheet1 need be linked to sheet2 like this. I.e. What's stopping sheet1 from also being a dynamic report sharing the same filters as sheet2? To assist you with this we'd need to know more detail on the content you are trying to create in sheet1EP_explorer wrote: ↑Thu Jul 13, 2023 11:35 am Thank you
it helped
May be you know
another workarounds except offset?
In some places write that it is resource consuming
I find unic elements in column PARENT_ELEMENT_CODE
and put them in list (sort of combobox) After I choose one of elements I see only rows which contains TOTAL in Column PARENT_ELEMENT_CODE