Valerio_S
11 years agoLevel 3
OPS - create custom report by part of policy name
Hello everyone.
I need to create a custom report that will give me information about the policies, using as search filter a part of the policy name.
the problem is that if I insert the filter "policy => policy name => Conteins = _abd_" the generated report also includes policies that contain the name "_abdC_" or "_Cabd_"
How can I make sure that the search includes only those policies that contain exactly the characters "_abd_"?
thanks and regards
Valerio
Edit: I edited this post...the example was wrong.
Yes Tom,
And a solution was found:
Whereas SQL calculates the "_" character not as a text character, to make sure that this character is considered "text" must be put in square brackets.
example "[_]abc[_]"greetings
Valerio