Report Function Field Operations

JamesLindsay
Giga Guru

Is there any way to add an operation like "replace" to the Operations selection when building out a Function field that would be used in a report?

 

var theSD = "Chronic Detection - SolarWinds Alert - TST: This is a test";

theSD = theSD.replace("Chronic Detection - ", '');

gs.log(theSD);

 

JamesLindsay_0-1709669211489.png

 

 

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi @JamesLindsay ,

 

No, this is not possible.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

2 REPLIES 2

AndersBGS
Tera Patron
Tera Patron

Hi @JamesLindsay ,

 

No, this is not possible.

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

I ended up taking a completely different route to identify these "chronic" detections with a simple true/false flag instead of prepending the Short Description.