BusinessObjects Board

How do you Sort objects in a Class?

Hello All,
I have a Class (Resi_Loans) residing in the designer with 154 objects. The objects are randomly listed. I would like to sort the objects and put them in alphabetical order for ease of selection.

Can anyone tell me how to do it?

Thanks for your help.

-John


JohnMilner (BOB member since 2006-11-28)

You’re not going to like this John, but by hand is the answer! :wink:
Although you may be able to do something with the SDK.


Mak 1 :uk: (BOB member since 2005-01-06)

I was afraid of that…

Thanks for your fast reply.

Happy Holidays.

-john


JohnMilner (BOB member since 2006-11-28)

Hi,

the position of the object in the class is stored in the BO repository table UNV_OBJECT, column OBJ_POSITION.

So you may want to try to update this field in the way how you want your objects to be sorted.

However, manipulation with the data in BO repository is not supported by BO and may possibly void your current support. So if you did it then you should know what you do and should do it at your own risk. And of course do a backup of the universe and of your BO repository as well. :yesnod:


Marek Chladny :slovakia: (BOB member since 2003-11-27)

Thanks Marek for the reply…

Happy Holidays.

-john


JohnMilner (BOB member since 2006-11-28)

Hi Marek,

where do i find this “BO repository table UNV_OBJECT” ?? That means the exact location where this UNV_OBJECT is stored? I am very much interested to see whether it works fine or not.


F7086 (BOB member since 2005-09-23)

Try this for starters and if you are hungry for more, search this forum there’s plenty of information on this topic


Decisys :de: (BOB member since 2004-05-21)