Currently if you try and close the parentesis at the end of the Compare Value it will put it prior to the Apostrophe instead of after. Example (WHERE dbo.Job.Customer = 'operations' OR dbo.Job.Customer like 'R&D%' OR dbo.Job.Customer like 'FX%)' it should be WHERE dbo.Job.Customer = 'operations' OR dbo.Job.Customer like 'R&D%' OR dbo.Job.Customer like 'FX%')
Hello David,
That worked, Thank You
Thanks for submitting the idea. Would you check if you might have the filter type set to “Char”? That is the default if the database field is a string data type. If you want KS to use the filter as-is, set the filter type to “Literal”.