Search found 2 matches

Go to advanced search

by Natasha Dcruz
Wed Jul 01, 2015 12:55 am
Forum: Issues
Topic: Database service does not return all the data from database table irrespective of the query.
Replies: 2
Views: 121
 
Jump to post

Database service does not return all the data from database table irrespective of the query.

Hi, My invoice table contains data from april to june . So when I query my invoice table from the database with this query: {"$and":[{"posId":"pos001"},{"year":"2015"},{"status":"completed"}]} I get all the data from april - june....
by Natasha Dcruz
Mon Jun 29, 2015 9:35 am
Forum: Issues
Topic: Database service does not return all the data from database table irrespective of the query.
Replies: 2
Views: 121
 
Jump to post

Database service does not return all the data from database table irrespective of the query.

Database service does not give all the value irrespective of the query I write. I'm trying to get the total sales for the current year for all the transactions that are completed to achieve this I use this query in the where clause of the db service: return '{"$and":[{"posId":&qu...

Go to advanced search