Forum Discussion

GaryBushey's avatar
GaryBushey
Bronze Contributor
Oct 05, 2019
Solved

KQL Syntax question

I was looking at the KQL for one of the charts in a workbook and came across this statement that I cannot figure out what it does.

 

AppDisplayName in ('*'or '*' in ('*')
 
The full statement up to that part is 
 
let data = SigninLogs
    | extend AppDisplayName = iff(AppDisplayName == '''Unknown', AppDisplayName)
    | where AppDisplayName in ('*'or '*' in ('*')
 
Anyone know what that statement means?

Resources