cancel
Showing results for 
Search instead for 
Did you mean: 

How to include a backslash symbol before a data field in a threshold event text?

LindaYu
Sage

How to include a backslash symbol before a data field in a threshold event text?

How to include a backslash symbol before a data field in a threshold event text?

1 ACCEPTED SOLUTION

Accepted Solutions
LindaYu
Sage

Re: How to include a backslash symbol before a data field in a threshold event text?

Because the “\” is an escape character, for example,  \n is for new line, \t is for tab ..etc.

 

If you select a data field, it has the format of @data@. 

So simply adding a backslash in front of the data field will not work because "\@" is an invalid settings.

 

To resolve this:

Option 1: use double backslash “\\”

For example:

\\@data.field@

 

Option 2: add a space after the back slash “\ ” before the data field.

For example:

\ @data.field@@

 

Here is a short vidoe, and hope this helps.

 

View solution in original post

Tags (1)
1 REPLY 1
LindaYu
Sage

Re: How to include a backslash symbol before a data field in a threshold event text?

Because the “\” is an escape character, for example,  \n is for new line, \t is for tab ..etc.

 

If you select a data field, it has the format of @data@. 

So simply adding a backslash in front of the data field will not work because "\@" is an invalid settings.

 

To resolve this:

Option 1: use double backslash “\\”

For example:

\\@data.field@

 

Option 2: add a space after the back slash “\ ” before the data field.

For example:

\ @data.field@@

 

Here is a short vidoe, and hope this helps.

 

Tags (1)
Webinar: Keep the modern workforce connected

Unified Communications has always been an important part of companies' digital transformation efforts due to its ability to enable rich virtual collaboration and communication. But with COVID-19, we've reached a break-through point.

Join Bill Haskins, Sr. Analyst & Partner, Unified Communications at Wainhouse Research, and John Ruthven, CEO at IR discuss UC challenges companies are experiencing due to the COVOID-19 crisis.

Join webinar
Top Liked Members