Search found 9 matches
- Wed Nov 16, 2022 5:22 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Shift+F9 Recalculating Every Sheet
- Replies: 0
- Views: 2261
Shift+F9 Recalculating Every Sheet
I thought I'd start a new thread, as further invetigation suggests it's nothing to do with the macros/API functions as such. When I have the 'Refresh data on Excel recalculation keys' option ticked Shift+F9 will recalculate every sheet in the book, updating TM1 Excel functions (DBRW formulas etc.) a...
- Mon Nov 14, 2022 3:20 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: RefreshSheet macro is refreshing the whole book
- Replies: 1
- Views: 1029
Re: RefreshSheet macro is refreshing the whole book
After further investigation, this might be something to do with the 'Rebuild Sheet' function and not with the RefreshSheet macro. When I click 'Rebuild Sheet' I see the same behaviour: every worksheet is recalculated. This also seems to happen whenever I run any Cognos Office Automation functions. I...
- Thu Oct 20, 2022 3:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: RefreshSheet macro is refreshing the whole book
- Replies: 1
- Views: 1029
RefreshSheet macro is refreshing the whole book
Hi there, I've been experimenting with refreshing PAx data using VBA and I was pointed to this: Sub RefreshSheet() Application.COMAddIns("CognosOffice12.Connect").Object.AutomationServer.Application("COR", "1.1").RefreshSheet End Sub But it's refreshing every sheet in t...
- Tue Jan 28, 2020 10:17 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DBR/DBRW formulas resulting in #VALUE! errors
- Replies: 8
- Views: 7536
- Mon Jan 27, 2020 3:38 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DBR/DBRW formulas resulting in #VALUE! errors
- Replies: 8
- Views: 7536
Re: DBR/DBRW formulas resulting in #VALUE! errors
The 'dates' in row 5 are just text ('General' cell formatting) 'Jan-2010' etc.
- Mon Jan 27, 2020 3:16 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DBR/DBRW formulas resulting in #VALUE! errors
- Replies: 8
- Views: 7536
Re: DBR/DBRW formulas resulting in #VALUE! errors
Thanks for the responses. Definitely no TM1 formulas in the references. I tried hard-coding the references into the DBR formula and it didn't make a difference. It's working now after I basically recreated the sheet in a new blank sheet. Copied the formula, the column headings, and then typed a few ...
- Mon Jan 27, 2020 2:04 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DBR/DBRW formulas resulting in #VALUE! errors
- Replies: 8
- Views: 7536
Re: DBR/DBRW formulas resulting in #VALUE! errors
It was unticked!
- Mon Jan 27, 2020 12:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DBR/DBRW formulas resulting in #VALUE! errors
- Replies: 8
- Views: 7536
- Mon Nov 18, 2019 11:04 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Use subsets in DBRW
- Replies: 7
- Views: 7205
Re: Use subsets in DBRW
Sorry to bump an old thread, but perhaps better than starting a new one on the same topic! 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. Isn't this much more cumb...