Focal Point
[SOLVED] Pagination In InfoAssist

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3597040286

April 27, 2016, 11:52 AM
Cimmerian
[SOLVED] Pagination In InfoAssist
Is there anyway to select the amount of records you want to show per page in InfoAssist? I know you can do this within the code but I do not have access to change the code. I want the output to be HTML without the description of each field repeating, more like just one long list. So records per page unlimited.

This message has been edited. Last edited by: Tamra,


WebFocus 8.2, IA+, Windows 10, HTML
April 28, 2016, 02:11 PM
Gavin B
Click on the FORMAT tab and toward the right hand side is ACTIVE REPORT OPTIONAL. In the GENERAL section midway down under PAGE OPTIONS is a RECORDS PER PAGE drop down. Give it a try.

Not foolproof all of the time in my limited experience, but usually it works fine.

All the best!

This message has been edited. Last edited by: Gavin B,


WebFOCUS 8.10.5
Windows 10, HTML
April 29, 2016, 04:10 PM
Cimmerian
Thanks for the reply!

I've actually run into this before but That requires that I make it an active report, which isn't horrible but it does increase the output size significantly.


WebFocus 8.2, IA+, Windows 10, HTML
April 30, 2016, 09:22 AM
BabakNYC
I don't know of a way to SET LINES within the GUI in InfoAssist. Here's something I found on the support site.

1- Create a fex called "LINES" with the following content:

SET LINES = 20

2- Add the following lines in the site.wfs file:

<if> IBIMR_user NE " "
_site_profile=-INCLUDE LINES
<endif>



WebFOCUS 8206, Unix, Windows
June 22, 2016, 04:32 PM
Cimmerian
I don't mean to revive a closed post but I actually just found a solution to this with anyone
struggling with the same problem. If you go to active report and set records per page to all
in active options and then switch back to HTML it retains that value and will then display all
records on one page.

A useful bug lol


WebFocus 8.2, IA+, Windows 10, HTML