When I use "eq" in the Filter Query, it returns one line like it should:
Number eq '29080'
But I'm having trouble figuring out what the respective syntax would be with contains or startsWith (either will do). I've tried this and it fails:
Number startswith '29080'
And if I try this it returns nothing:
startsWith(Number, '29080')
Anyone know what my syntax should be?
