beautypg.com

ProSoft Technology ProSoft i-View User Manual

Page 37

background image

ProSoft i-View ♦ Mobile Process Monitoring and Control Application

Data Source Files

Version 2.0.2

User Manual

ProSoft Technology, Inc.

Page 37 of 106

September 29, 2011

Example

The following Page / Section / Ord attributes in a series of tags from two sources will be
arranged as shown below.

3.1.9 Lookup Tables

The Lookup table feature allows a tag to pick up a text string from a previously entered
list based on current tag value, and display this text instead of the tag value.
To have a tag display a lookup text instead of the usual value, use the Style attribute with
"lookup" as value.

style := "lookup" ;


If you would like to show the lookup text alone as shown in the StylesExampleModb
example, you might consider setting the tag label to an empty text.

label := "" ;


The actual table is given in additional rows in the CSV file by using special tags of type
LOOKUP (set in column B) and by specifying the related indexes in column C. The text or
the comment attribute value on column D is the Lookup Text.