This is an old revision of the document!


If you open a table in LISA you will get a graphical representation, similar to how it will look in LIME Pro. Once the table is opened, click anywhere in the header on the table and you can choose properties for the table to the right. Besides the properties you specified when you created the table, you can also choose for example where in LIME the table should appear (“Table Order”) and which actionpad should be the default (the html-area to the left when you open an object for this table in LIME).

You can also add a descriptive expression, which is used to specify which information should be printed out when using an object of this table. An empty descriptive expression will return the id number of the object. See example below

Example

Table Descriptive expression Example value in table
Company [company].[name] Lundalogik AB
Person [person].[name] + ' [' + [person].[email] + ']' Erik Syrén [erik.syren@lundalogik.se]
Historik convert(nvarchar, [date], 105) + ' ' + (select sv from string where idstring = [category]) 2014-12-01 Created quotation
  • Last modified: 6 years ago
  • (external edit)