Prevent calculation of TM1 cells
Posted: Wed Jan 24, 2018 4:25 pm
Hi
Does anyone know of a way to conditionally prevent a DBRW cell from performing it's calculation? I've got a lot of TM1 formulae in my workbook and it takes an age to reload. Depending on the data, a lot of these cells don't actually need to be loaded and can be skipped.
I think wrapping inside an =IF formula would still perform the calculation in the background regardless of the condition, and so still chew up resource. I thought about zeroing one of the dimension values the formula looks at so it would result in a #VALUE! error, though I'm not sure whether TM1 is expending much resource when calculating this.
Running a macro to turn TM1 formulae into values also seems to take a long time to run and causes Excel to sometimes crash, so if anyone has any good workarounds that would be greatly appreciated!
Does anyone know of a way to conditionally prevent a DBRW cell from performing it's calculation? I've got a lot of TM1 formulae in my workbook and it takes an age to reload. Depending on the data, a lot of these cells don't actually need to be loaded and can be skipped.
I think wrapping inside an =IF formula would still perform the calculation in the background regardless of the condition, and so still chew up resource. I thought about zeroing one of the dimension values the formula looks at so it would result in a #VALUE! error, though I'm not sure whether TM1 is expending much resource when calculating this.
Running a macro to turn TM1 formulae into values also seems to take a long time to run and causes Excel to sometimes crash, so if anyone has any good workarounds that would be greatly appreciated!
