Display Classes in Query Panel Results Object Window

Is there a setting I can turn on to see the parent class of the objects in the Results Object window?

For example, if I see a “Last Name” object, how can I tell which universe class it came from?

If there’s no display setting in ZABO, is there a VBA process I could use to cycle through the reult objects?

Thanks!


Juddy5 :us: (BOB member since 2002-11-22)

simple solution is to prefix something to object in Designer to identify it. Sorta like your example might be “EMP Lastname” where EMP is the class or folder or table to differentiate it from “CUST Lastname”.
You can also create a variable on the report side to show the actual SQL which I find helpful for documenting.


scott copeland (BOB member since 2002-08-15)

Does this thread help?


Andreas :de: (BOB member since 2002-06-20)

Thanks for the link to the other topic. I had done a search but missed that posting.

I don’t have access to the universe, but the linked topic gave me a way to see it. I couldn’t get the first tip to work, but the second one on that message worked for me.

Thanks for the help!

Mary


Juddy5 :us: (BOB member since 2002-11-22)