Skip to main content Skip to complementary content

Untag

Provides a way of removing tags from one or more fields. If an attempt to untag a Field name not present in the app is made, the untagging will be ignored. If conflicting occurrences of a field or tag name is found, the last value is used.

Syntax:  

Untag fields fieldlist using mapname

Untag field fieldname with tagname

Arguments:  

Argument Description
fieldlist A comma separated list of the fields which tags should be removed.
mapname The name of a mapping table previously loaded in a mapping LOAD or mapping SELECT statement.
fieldname The name of the field that should be untagged.
tagname The name of the tag that should be removed from the field.

Example 1:  

tagmap:

mapping LOAD * inline [

a,b

Alpha,MyTag

Num,MyTag

];

Untag fields using tagmap;

Example 2:  

Untag field Alpha with MyTag2;

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!