Hello friends,
I need to show the detailed data in active report and it takes time to show all the rows in a list (even when I use Data Deck to filter)
How do I limit the number of rows shown, let's say, to 10 rows by default and allow the user to scroll through the rest of the results?
I do not want to limit the query, just the results shown in a list. There's such an option in a regular report.
How do I do it in Active Report?
Thanks in advance
Michael
Quote from: mshparber on 20 May 2015 02:25:35 AM
Hello friends,
I need to show the detailed data in active report and it takes time to show all the rows in a list (even when I use Data Deck to filter)
How do I limit the number of rows shown, let's say, to 10 rows by default and allow the user to scroll through the rest of the results?
I do not want to limit the query, just the results shown in a list. There's such an option in a regular report.
How do I do it in Active Report?
Thanks in advance
Michael
Hi,
You can show just the top part of the list by placing it within a block, and setting the Size & Overflow property of the block. If you select the "Use scrollbars only when necessary" option, you will then get a vertical scrollbar if needed.
MF.
Great stuff, MF!
Thanks a lot!
Michael