Ability to switch off 'remaining results truncated'.
888
Views
10
Comments
New
Service Studio

Currently when viewing data in an entity, if there are more results than can be displayed, those that can't be seen are truncated and it is not possible to view them.  It is sometimes helpful to be able to view them, so it would be nice to be able to switch off the truncation and view all results as a vertically scrollable list.

2019-04-08 10-40-12
Carina Fonseca
Changed the category to
Aggregates & Queries

I agree with this!

It makes sense to select all data from our queries...

Merged this idea with 'Service Studio entity data pagination option' (created on 20 Aug 2023 18:47:33 by Shubham Agrawal)

How About adding pagination to entities data so that we can be able to see more than 20 records or an option to set no. of records to view.

If you need that in a page, you can just use buttons or links that change the MaxRecords variable, that is used in the Pagination block.

Dragging an entity to a screen generates a default table view with pagination.

I used this in addition: a button group connected to the MaxRecords variable. Change event triggering the OnPaginationNavigate, with the NewStartIndex set to 0 (to refresh the table view).


Hi @Jeroen Bindels 

No I was not talking about any page. But on the entity itself.

When we double click the entity to see it's data. That is where I want that pagination or any other option to see more records than it displaying currently.

I hope now you will be able to understand.


Thanks & Regards

Shubham Agrawal

Right, that is indeed a limitation (for now).

There is an idea for that to be able to remove that limit.

https://www.outsystems.com/ideas/6824/ability-to-switch-off-remaining-results-truncated/

Or making it configurable, would be preferable.

Hi @Jeroen Bindels 

Thanks for understanding and yes Indeed it's a limitation for now.

Besides the number of records could be helpful the pagination of results.

Changed the category to
Service Studio