Generating the SPACES Literal Value - trillium_discovery - Latest

Trillium Discovery Center

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Discovery
Version
Latest
Language
English
Product name
Trillium Discovery
Title
Trillium Discovery Center
Copyright
2024
First publish date
2008
Last updated
2024-10-18
Published on
2024-10-18T14:55:05.094442

To generate the SPACES literal value in the settings file, use a pair of double quotes ("") in the following situations:

  • Set an attribute value equal to a space through the Attribute Transformation window, specify "" in the Expression Builder. The following is generated in the settings file: SET NAME = SPACES.
  • Test whether an attribute string is empty (contains spaces only). To do this, add the condition NAME="" in the Expression Builder. The following is generated in the settings file: IF (NAME = SPACES).