CAFE 10.2.2 FP1 - DBRW Writeback?

Post Reply
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

CAFE 10.2.2 FP1 - DBRW Writeback?

Post by David Usherwood »

Has anybody tried using writeback through DBRW formulae in CAFE? We think it doesn't work and IBM's documentation is not explicit about whether writeback is supported.
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by RJ! »

Not sure why you'd want to use DBRW when you can just write in to a Cell & load it to the cube as far as I'm aware, no need for specific formulas to do so.
Your uncommited cell will turn blue, you can then commit from one of the buttons on the top left.
kangkc
Community Contributor
Posts: 206
Joined: Fri Oct 17, 2008 2:40 am
OLAP Product: TM1, PA , TMVGate
Version: 2.x
Excel Version: 36x
Location: Singapore
Contact:

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by kangkc »

David Usherwood wrote:Has anybody tried using writeback through DBRW formulae in CAFE? We think it doesn't work and IBM's documentation is not explicit about whether writeback is supported.
No, it doesn't support Write Back (yet). The moment you type in any numbers, it will wipe out any DBR/DBRW/DBRA formula.
RJ! wrote:Not sure why you'd want to use DBRW when you can just write in to a Cell & load it to the cube as far as I'm aware, no need for specific formulas to do so.
Your uncommited cell will turn blue, you can then commit from one of the buttons on the top left.
It makes sense IMHO. Basically CAFE translate DBRW into the CAFE call and make it feasible to deploy Excel slices based on DB formula on WAN connection. To me this is a good approach but there are more works to be done.
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by RJ! »

I meant that you would do the "Slicing" (a.k.a. crosstab) via CAFE and you are then able to update any numbers that you have in your crosstab directly in the cell.
Or you could develop your Templates with the required views in a crosstab for the User to do what ever updates need to be done.

Again, if you have CAFE, not sure what the benefit of a DBRW formula is?
I can see they are good for DBRA & the like though
blackhawk
Community Contributor
Posts: 136
Joined: Thu May 29, 2008 2:29 pm

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by blackhawk »

RJ!

Not everything you send to TM1 is input from the user. There are many cases where you just want to send some data back based on calculations or perhaps update several cubes based on input data, and other such things. I get CAFE trying to speed up performance by making things query based, but not having a way to update other cube data based on background calculations is an issue.

This is a delicate balance between flexibility and performance.
VJD
Posts: 2
Joined: Thu Feb 26, 2015 10:00 pm
OLAP Product: Cognos TM1
Version: 10.2.2
Excel Version: 10.2.2

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by VJD »

I am developing some reports in CAFE using TM1 cube.
I have a similar question about DBRW() function . I have used the function in CAFE report . I am not getting any error messages,but I am not getting data.

Here are some steps below,what I have done so far.

1. I have created a report in Exploration mode.
2. Converted exploration mode to Flex view.
3. In Flex view ,we have filter selections are there . Instead of that I have used SUBNM() TM1 function for drop down selection list which is working fine.
4. User needs a Dynamic year selection so I have retrieved the year,using
DBRA() function from one of the dimension.
5. I am doing cell based calculation to get the values of that intesection point using DBRW() function.
6. Everything is fine .. no errors .. no issues . but I am not getting data.
7.With the same concept we have build the TM1 websheet in perspectives.It is working fine and getting data.
8.But with the CAFE ,I am not getting data.

If you have any ideas,please pass on it please . I appreciate all your help.
tm1ist
Posts: 25
Joined: Wed Nov 12, 2014 2:27 pm
OLAP Product: TM1 + BI
Version: 10.2 10.2.2 + 10.2.1 10.2.2
Excel Version: 2010 32 bit

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by tm1ist »

VJD,

Make sure that CognosOfficeTM1.xll addin is active in Excel. You may need to activate it manually. The file can be found in installation directory.
VJD
Posts: 2
Joined: Thu Feb 26, 2015 10:00 pm
OLAP Product: Cognos TM1
Version: 10.2.2
Excel Version: 10.2.2

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by VJD »

Hi,

I have activated manually TM1 as you said ,but then also .I am not getting data.

Thanks gor the repky.
RJ!
Community Contributor
Posts: 219
Joined: Mon Jul 23, 2012 8:31 am
OLAP Product: TM1
Version: 10.2.2
Excel Version: 2010

Re: CAFE 10.2.2 FP1 - DBRW Writeback?

Post by RJ! »

Are any of your formulas working in CAFE?

Do you have CAFE & Perspectives running at the same time?

Have you had any errors relating "restarting Excel" before TM1 formulas can be used?

Have you registered CAFE properly on your Machine? (you need Admin access)
Go to “HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Excel\Addins”
You should see something like below:
"Description"="IBM Cognos Office for Excel 2007/2010"
"FriendlyName"="IBM Cognos Office for Excel 2007/2010"
"LoadBehavior"=dword:00000003
Post Reply