SAP BusinessObjects Dashboards 4 Cookbook
Categories
- Business Objects (14)
- Best Practices (5)
- Fusion Charts (5)
- Main (11)
- SQL Server (1)
- SSIS (1)
- Uncategorized (2)
- Universe Design (3)
- Web Intelligence (6)
- Xcelsius (29)
- Design Practices (5)
- Excel (4)
- Tips and Tricks (11)
- Workarounds (6)
Archives
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- February 2011
- December 2010
- November 2010
- August 2010
- July 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- October 2009
- August 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
Tag Cloud
best practices
bonavista
bulletgraph
Business Objects
Business Objects Dashboards
charting package
conditional formatting
content management
Cookbook
datatable
dianne sawyer
dom
Dynamic Color Binding
Excel
expand
fannie mae
fix
fred carter
frederick carter
Fusion Charts
grid component
imt slider
inovista
java
Java Wrapper
microcharts
opendoc
pathway technologies
Publication
ripoff
SAP BusinessObjects Dashboards
scam
scorecard
sorting
sparkline
spreadsheet table
table
tree grid
universe
User Access
User Management
Web Intelligence
wrapper
Xcelsius
Xcelsius 2008



Auto Incrementing a dimension primary key in SSIS
While working with SSIS to generate star schemas, a common problem I faced was populating a dimension table from another table that did not contain any ids for the items being inserted. If you would try to insert the dimension data without any keys, an error would be thrown since the id field cannot be null.
An easy solution is to have a script populate the id column.
In this example we take a table that does not have any ids related to the dimension that we want to populate. First we aggregate the items that we want inserted into the dimension.