Search found 11 matches

Go to advanced search

by yramess
Mon Sep 09, 2013 7:51 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Ok so I am now getting the first row like I need and it works great! Now my issue is that I want to achieve this in the success function and it bugs. function (response) { Appery('numberOfCookies').text(response[0].numberofcookies); } My list looks like this: Label: Animal Name Label: Number of cook...
by yramess
Fri Sep 06, 2013 3:30 am
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Alright, I am back after doing a few tests. I created a table that has all the groups, so: Table A dog cat bird And I load my list with a simple list query. Once I feed each dynamic list item with a group name, I added a Javascript function that looks like this: $.ajax({ type: "GET", befor...
by yramess
Wed Sep 04, 2013 2:17 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Alright, let me do some more research and see what I can come up with.

Just to confirm, MongoBD doesn't offer the use of a max(_updatedAt) value in the select? This would definitely fix my problem!

by yramess
Wed Sep 04, 2013 2:03 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Hi there, The only experience I have with MongoBD and Appery.io is by using your Services and dragging relations between a request/response and my page elements. If I need to code anything and skip the services offered in the UI, I will need more technical help on how to achieve this and not use a s...
by yramess
Tue Sep 03, 2013 7:17 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Yes, that is what I need help with.

What do I do with value? How do I sort the $ response that holds all the row?

Can you help me with this? Can anyone?

by yramess
Tue Sep 03, 2013 4:47 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Hi Max! I also think this will need to be done in Javascript, I am just unsure how? I have tried adding javascript to the response (which I have assigned to my list) but I have no idea how to go through the value so that it can skip data by using a "continue;" model. Can you help me with t...
by yramess
Tue Sep 03, 2013 12:07 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

I feel like you are trying to give me a solution without reading my full question from the start and it is deceiving. Please, if it is not clear, ask me for more details but this is the 3rd time that I get a solution that is nowhere close to what I am asking. To simplify it even more for you: I have...
by yramess
Tue Sep 03, 2013 12:58 am
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

I am not trying to get the current date data. I want to retrieve the latest (so not necessarely today, but simply the most recent value that matches a column value). So to review what I have in a collection is: groupname, value, userid, _updatedAt A, 35, 222, June 22nd 2013 B, 54, 222, June 24th 201...
by yramess
Mon Sep 02, 2013 12:35 pm
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

Let me ask you another question/solution if groups in queries are still not available. I am sending the result query to a dataset that shows all the information that I received (group name, time and date). Considering I wouldn't want to show the same group more than once in my Data List (grid) and s...
by yramess
Mon Sep 02, 2013 11:46 am
Forum: Issues
Topic: How can I create a group in my query service and set a limit on the values returned?
Replies: 20
Views: 5016
 
Jump to post

How can I create a group in my query service and set a limit on the values returned?

It isn't that simple because I do not know the date. Those values will be created as my users send data to this collection.

I am looking to retrieve the latest group item value based on its user id. Which is why I still think this is a group query and I need help on how to do this.

Go to advanced search