BusinessObjects Board

Script to change object names in designer based on colum/tab

has anyone used a Designer sdk to update the object names in the universe based on values of a column in a table in databse?


ksbhasin :us: (BOB member since 2002-08-19)

Take a look at this post … Update universe definition from database table. You may also want to consider an Excel-based solution like the one outlined here …Mass update to object names / descriptions.


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

Hi Dwayne,

I cannot be able to update the Object Descrpition with more than 255 characters using VB macro.

Obj.Description = Rng.Cells(RowNum, 3)

.

Could you please help?

Thanks


Dhar (BOB member since 2004-10-26)