Search found 3 matches

Go to advanced search

by Sam K
Sun Sep 09, 2012 5:49 am
Forum: Issues
Topic: How to create a query in the Tiggzi database query screen
Replies: 10
Views: 2587
 
Jump to post

How to create a query in the Tiggzi database query screen

I was able to filter..how do you get a valid query for sorting. I have tried {sort( { myid : -1 } )} {order:{myid}} and other variations of the this query command - but no luck I would like to put that in the Request parameters of the service call eventually and would like to sort by _updatedAt fiel...
by Sam K
Sun Sep 09, 2012 4:46 am
Forum: Issues
Topic: Tiggzi database filtering
Replies: 5
Views: 1057
 
Jump to post

Tiggzi database filtering

I am attempting something similar. When I enter this in the tiggzi db Query ; {'mycat':{'$gt':'C'}}, I get the proper results. Now in the restservice request parameter, I add where as a request parameter and {'mycat':{'$gt':'C'}} as default value. When I hit Test, it does not provide the same result...
by Sam K
Sat Sep 08, 2012 6:57 pm
Forum: Issues
Topic: How to use javascript with response mapping?
Replies: 0
Views: 1257
 
Jump to post

How to use javascript with response mapping?

I have mapped a response to a label in a grid container. The value I get from my json call needs to be trimmed (for example I get back a23-b23-c23, and I just want to display a23) - so if I do value.substring(0,3), I get the right text to put on the Label. However, when I do this in the Response map...

Go to advanced search