Where condition on column not working for 'equal' cases #270
Replies: 8 comments
-
is your value stored as number or string ? |
Beta Was this translation helpful? Give feedback.
-
It's in string |
Beta Was this translation helpful? Give feedback.
-
Can't say what's happening, it should work but my guess is there is something wrong with data - may be some space, or other chracters. Can you provide me some reproducable please ? |
Beta Was this translation helpful? Give feedback.
-
the code I provided can works as standalone. The value "2" of the variable col1valeur cannot be found |
Beta Was this translation helpful? Give feedback.
-
Hey @PierreLucB I tried in idbstudio for numbers and it is working for me. I will try your code later. |
Beta Was this translation helpful? Give feedback.
-
@PierreLucB try removing the keypath and it should work. Let me know if it does not. |
Beta Was this translation helpful? Give feedback.
-
Honestly after few days working with jsstore, I just abandoned and made my own solution. |
Beta Was this translation helpful? Give feedback.
-
yeah that's cool :). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I can't succeed to retrieve a value in a table while directly filtering the column by his value.
Here is my code :
The where condition isn't working in the first case, I have to use the like operator to filter the values.
Please tell me what am I missing.
Thx
Beta Was this translation helpful? Give feedback.
All reactions