May a suggest a somewhat neater alternative?
Set up a Yes/No selector (Data Validation), then have a cell which returns the cubename if Yes, '' if No.
Point the DBSW cube reference to that Cell.
Avoids all the IFs in the DBSWs.
------------------------------
David Usherwood
------------------------------
Original Message:
Sent: Fri September 13, 2024 07:13 AM
From: Angela Nixon
Subject: Best Practices for Writing Back Excel Calculations to TM1 Using PAX
you can also wrap it in an if statement to turn the send ability on and off, something like
=IF($A$1 = TRUE, DBRW(), "send off")
this can be useful if you are adjusting your calculations and don't want to write them back to TM1 yet
------------------------------
Angela Nixon
------------------------------
Original Message:
Sent: Thu September 12, 2024 08:51 AM
From: Asgeir Thorgeirsson
Subject: Best Practices for Writing Back Excel Calculations to TM1 Using PAX
I figured this out :)
Just using the DBSW does the trick
DBSW - IBM Documentation
------------------------------
Asgeir Thorgeirsson