Forum Discussion
Anonymous
4 years agoNot applicable
Expression.Error: We cannot apply operator <= to types List and List.
Hi All, I need guidance on how to fix this above error in a custom query. Expression.Error: We cannot apply operator <= to types List and List. Details: Operator=<= Left=[List] Right=[List] ...
Anonymous
4 years agoNot applicable
I bet it's the Account # field causing trouble. It makes it look like escape clauses (#"Account #"). Try renaming it Account Number.
--Nate