Forum Discussion
KevinHemelrijk
Oct 26, 2023Copper Contributor
Watchlists: failed to resolve scalar expression
Hi Techies, We want to use a watchlist inside a KQL query which is supposed to be simple, but we are actually struggling a bit with the following issue "'project' operator: Failed to resolve scal...
- Oct 26, 2023Thats odd. Will any other Column project ok, such as SearchKey?
Maybe there are some control characters or spaces in the original CSV file, or it's corrupted in some way?
KevinHemelrijk
Oct 26, 2023Copper Contributor
Clive_Watson
Oct 26, 2023Bronze Contributor
Thats odd. Will any other Column project ok, such as SearchKey?
Maybe there are some control characters or spaces in the original CSV file, or it's corrupted in some way?
Maybe there are some control characters or spaces in the original CSV file, or it's corrupted in some way?
- KevinHemelrijkOct 27, 2023Copper ContributorThis was the answer. We had a special "space" character in the script deployment which we didn't notice at first cause it was not visible. But thanks to your answer we started checking this again and we got it! Thanks for your help 🙂