Dear friends, What does it means exactly? Can...

Dear friends, What does it means exactly? Cannot compare List with Text in ([Issue] = “Irregularity”)

0 2 317
2 REPLIES 2

Hi @Etwo_Cargo,

The error you mentioned seems to be appearing because the app is comparing one value “Irregularity”

with many values in the list type column[Issue]

Is [Issue] a list type virtual column yielding more than one values? In that case , you may need to add an expression such as IN(“Irregularity”, [Issue])

Thanks a lot.

Top Labels in this Space