Hi Team,
I need to display only 10, 20.. and so on data from a list using a dropdown option. How to make it possible and what must be the logic behind it?
Please follow the below steps -
Attached is the OML for reference.
Hi Aditya,
What will be there in the Dropdown List Option?
Please look into this sample - https://personal-9qwkrkgl.outsystemscloud.com/ForumHelp/Dropdown?_ts=637583147141213876
The number you enter in Textbox the Results appear in Dropdown accordingly. Is this what you want?
Not actually this but close to it. Just take a Table in list form and it will display all the data at first, then if user selects 10 from the dropdown then only 10 results should appear, if selects 20, then 20 results should appear... and so on
Ahh! I See
So, something like this: https://personal-9qwkrkgl.outsystemscloud.com/ForumHelp/TableScreen?_ts=637583222155991583
You can create a static entity with the records and manage there the records you want to display in the dropdown. Or build it dinamically with a data action assigning a list of integers.
Yes Perfect
Aditya, have this one solved your problem?
Yes perfect
Hello Aditya
It would be better if you share the questions in detail way. So, we can help in appropriate way. Your statement should help to understand what exactly do you need.
Please confirm:
Yes the 2nd point. When user selects 10, i want to show 1st 10 items, when users selects 20, want to show 20 items and so on..
Please follow what Jose has suggested. Let us know if you face any challenge :)