Sending value of zero using DBS

Post Reply
Neil Wilson
Posts: 2
Joined: Tue Nov 18, 2008 2:56 pm

Sending value of zero using DBS

Post by Neil Wilson »

Can anyone tell me if it is possible to send a value of zero using DBS, whenever I try this formula is ignored?

64bit v9.0

Thanks
David Usherwood
Site Admin
Posts: 1454
Joined: Wed May 28, 2008 9:09 am

Re: Sending value of zero using DBS

Post by David Usherwood »

Should work - I can think of many times I have used it in the past.
You could try making the formula DBSW - this is meant to be more efficient when you are sending lots of data.
User avatar
mattgoff
MVP
Posts: 516
Joined: Fri May 16, 2008 1:37 pm
OLAP Product: TM1
Version: 10.2.2.6
Excel Version: O365
Location: Florida, USA

Re: Sending value of zero using DBS

Post by mattgoff »

Works for us. Note that empty cells aren't sent, so you need to have an explicit zero in the cell. Also, just a (probably unnecessary) caution to David's recommendation for DBSW: make sure nothing in the DBSW is dependent on another DBxW as all of them will get batched together (breaking the dependency tree) which may lead to incorrect or inconsistent results. For this reason, I never use DBSW.

Matt
User avatar
jim wood
Site Admin
Posts: 3951
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: Sending value of zero using DBS

Post by jim wood »

This has worked for me in the past. Matt is right, you should watch your calculation order especially when using DBSW in combination with DBR(W).
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
Post Reply