Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

Display only a specific amount of information?

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!

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Display only a specific amount of information?

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.

Logan Wells
Posts: 0
Joined: Sat Oct 11, 2014 12:37 am

Display only a specific amount of information?

Thank you so much, especially for responding so quickly!

Return to “Issues”