Hello
My database response looks like this
Code: Select all
"_id":"54f0d947e4b078e6433f",
"f1":Smith Inc,
"f3":5.0,
"f2":0.0,
"f5":6.0,
"f4":0.0,
"_id":"54f0d947e4b0783f",
"f1":IBM Inc,
"f3":0.0,
"f2":2.0,
"f5":0.0,
"f4":1.0, I don't want to return the columns f2,f3,f4,f5 that have the value of 0.0.
or
I want the the columns f2,f3,f4,f5 that have a value of 0.0 to be discarded.
Im trying to pass the columns with values greater then 0.0 into a list. I know I can hide the values using element.hide(); but that doesn't really do what i want.
Any ideas?
Thank You
Vinny
