Forum Discussion

Nimantha_Deshappriya's avatar
Nimantha_Deshappriya
Copper Contributor
Sep 27, 2024

KQL query to ignore placeholders

Hi Team,   Can you please provide me a query to ignore account filed that has  "-\- "        
  • Clive_Watson's avatar
    Sep 27, 2024
    "\" is a special character in KQL so the trick is to use two

    e.g.

    | where Account !="-\\-"

Resources