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
Hi Pratoshwar,
can you send the OML or show a printscreen of the widget properties.
Regards
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
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
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
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