Page 1 of 1

Display only a specific amount of information?

Posted: Tue Apr 28, 2015 7:25 pm
by Logan Wells

Sorry if my title is not helpful.

So let's say a user creates info and then lists the information on a collblock.

However, it lists every single day, forcing the page to get giant, and instead it would be most beneficial to list the five most recent days, instead of all of it.

How could one only list the five (or any #) most recent individual collblocks?

Thanks so much!


Display only a specific amount of information?

Posted: Wed Apr 29, 2015 12:49 am
by Yurii Orishchuk

Hi Logan,

If you use "list/query" service to populate your UI you need specify "limit" parameter.

For this goal:

  1. Open goal service.

  2. Navigate to the "Request" tab.

  3. Add "limit" request parameter.

  4. Set default value with value you need.
    Details: http://prntscr.com/6zd8cz/direct

    More details about "limit" parameter here: https://devcenter.appery.io/documenta...

    Also please pass following tutorial to understand to make available other(after first 5) items.
    https://devcenter.appery.io/tutorials...

    Regards.


Display only a specific amount of information?

Posted: Wed Apr 29, 2015 7:00 pm
by Logan Wells

Thank you so much, especially for responding so quickly!