IBM Support

When coding Tag attributes, can separate values within one single attribute be separated by a comma?

Question & Answer


Question

When coding Tag attributes, can separate values within one single attribute be separated by a comma?

Answer

When coding separate values within a single Tag attribute, it is suggested that?a pipe is used?instead of a comma. Commas should not be used in the tag calls as this is a reserved character in JavaScript. In an attribute string the following code can be used:

a11|a12|a13

instead of

a11,a12,a13

After processing, the comma is replaced with a space character when displayed within our reporting.

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSPG9M","label":"IBM Digital Analytics"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
08 December 2018

UID

ibm10772443