
General Notice: BOB is going to retire...please see details here. General Notice: No events within the next 45 days. |
Author |
Message |
SH3230 Forum Associate


Joined: 25 Oct 2010
         Posts: 503

|
Posted: Tue May 21, 2019 2:31 pm Post subject: how to add descriptions to the object in universe |
|
|
Hello All,
How to add descriptions in the universe objects. I have a object called "Status Code" in which it has codes 1, 2, E, C, 4
1 = Delivery, 2= Too expensive, E= End, C= Customer and 4 Block.
Thanks for your help.
SH |
|
Back to top |
|
 |
Debbie Forum Addict


Joined: 01 Mar 2005
              Posts: 2783 Location: Cheshire, England

|
Posted: Wed May 22, 2019 4:40 am Post subject: Re: how to add descriptions to the object in universe |
|
|
Well there's a box to write descriptions and help text when you edit the object - this text appears at the bottom of the screen when writing a report.
Or did you mean an object to show the description? In which case create an object that says (pseudo-code depending on your database): Code: | case status_code when '1' then 'Delivery' when '2' then 'Too expensive' when 'E' then 'End' when 'C' then 'Customer' when '4' then 'Block' end |
debbie |
|
Back to top |
|
 |
|
|