326
Views
5
Comments
In list some records are missing in UI while using list record
Application Type
Reactive

Hi all

I have a list in a local variable which has more than 300 records(360).I set the source of list record widget as this local variable. While debugging it shows 360 records in the local variable but in actual it shows below 300 records in UI.Can anyone help me in this.

Thanks in Advance

2021-04-17 09-53-48
José Gonçalves

Hi Pratoshwar,

can you send the OML or show a printscreen of the widget properties.

Regards

2020-01-08 08-43-00
Rahul Kumar

Hi  Prathoswar,

Hope you are doing well. Have you check the Line Count property of List Records widget ?

It shows maximum number of rows that should be in UI.


Hope this help.

Regards,

Rahul

2020-09-21 11-35-56
Sachin Waghmare

Hello Prathoswar,

Please refer the below link and see if it help you find the issue with your code else share your OML to look into the issue.

https://www.outsystems.com/forums/discussion/70382/number-of-returned-rows-in-an-aggregate-is-different-from-the-count/

https://www.outsystems.com/forums/discussion/43057/difference-between-current-count-and-length/

Thanks & Kind Regards,

Sachin

2021-07-21 10-26-16
Vani Mankad

Hi Prathoswar,

Along with above suggested troubleshooting, Also make sure there is no filtering condition given with the source list or check if the local variable list is not getting filtered within the logic.

Thanks,

Vani


2021-06-02 20-50-04
Márcio Carvalho

I had the other day the same issue. And the solution was putting this.

 disable-virtualization = true 

Now I see that you duplicated this question :DDDD

Kind regards,

Márcio

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.