BusinessObjects Board

How to set a universe object's tables selection in VBA

Is it possible in VBA to set the tables that an object relates to in a universe? In Designer it’s done in an object’s definition tab by clicking the Tables… button, then selecting from among the list of tables. If it’s possible, does anyone have an example where I can do this programatically? I’m using XI. Thanks.


paulmaric (BOB member since 2004-02-09)

The example here … Document a universe using Excel and the Designer SDK … shows how to read object properties (including tables). Just reverse the process to update the property.


Dwayne Hoffpauir :us: (BOB member since 2002-09-19)