Good morning,
I'm struggling with the filter statement of the BaseRow DB.
I can't understand how it works.
I tried to create the filter by setting it in this way:
Fieldlds: "NickName", "EMail" (DB fields);
filters: "EMail" field to filter;
values: markettopando@gmail.com
Then I did GetAllRows (with page 1 and size 1000)
Then GotAllRows where I take the returned values and print it.
What am I doing wrong?
I also tried to invert Filter and GetAllRows but nothing always returns all the rows of the db (as if it didn't filter) even if it should have returned only the one with markettopando@gmail.com
.
What can I say? Can you send me an example?
Thanks in advance Marco