Hi there,
I also wish there was a capability to group, or better yet, filter linked records in Page Designer. A workaround that I recently implemented is this… I needed to grab only the records that met a certain condition. So on the originating table I wrote a conditional formula that simulates rows in a table, in a way.
The only limiting factors are that you’ll need to choose a monospaced font in Page Designer, and you’ll need to have a reliable estimate of the maximum amount of characters for each field. The example below is meant for an audit in which we ask people to fill in the missing information, which is why I have all the additional IF() statements with the underscores.
IF({On Vehicle?} = "
Floating", "
" & {Owned By} & REPT(" ", 4-LEN({Owned By})) & ": " & {Plate Number} & REPT(" ", 8-LEN({Plate Number})) & "| " & IF({Dept}, {Dept} & REPT(" ", 13-LEN({Dept})), "Dept: ______ ") & "| Assigned To: " & IF({Assigned Person}, {Assigned Person} & REPT(" ", 25-LEN({Assigned Person})), "_________________________") & " | Use: " & IF({Use}, {Use} & REPT(" ", 25-LEN({Use})), "_________________________") & " | Verified? _______" & IF(Physical = "N/A", "
Location Unknown"))
Then I have a rollup on a separate table that joins the above formula field in an array with a new line separator ("\n").
End result in page designer shows only the records I want

EDIT: I realize this may not solve your problem directly, but if you create a field for each group of records you need to fit on the page, it might work.
Hi there,
I also wish there was a capability to group, or better yet, filter linked records in Page Designer. A workaround that I recently implemented is this… I needed to grab only the records that met a certain condition. So on the originating table I wrote a conditional formula that simulates rows in a table, in a way.
The only limiting factors are that you’ll need to choose a monospaced font in Page Designer, and you’ll need to have a reliable estimate of the maximum amount of characters for each field. The example below is meant for an audit in which we ask people to fill in the missing information, which is why I have all the additional IF() statements with the underscores.
IF({On Vehicle?} = "
Floating", "
" & {Owned By} & REPT(" ", 4-LEN({Owned By})) & ": " & {Plate Number} & REPT(" ", 8-LEN({Plate Number})) & "| " & IF({Dept}, {Dept} & REPT(" ", 13-LEN({Dept})), "Dept: ______ ") & "| Assigned To: " & IF({Assigned Person}, {Assigned Person} & REPT(" ", 25-LEN({Assigned Person})), "_________________________") & " | Use: " & IF({Use}, {Use} & REPT(" ", 25-LEN({Use})), "_________________________") & " | Verified? _______" & IF(Physical = "N/A", "
Location Unknown"))
Then I have a rollup on a separate table that joins the above formula field in an array with a new line separator ("\n").
End result in page designer shows only the records I want

EDIT: I realize this may not solve your problem directly, but if you create a field for each group of records you need to fit on the page, it might work.
Thanks for the prompt reply!
It sounds like this may work for me. I will try to implement this now and let you know.
If anyone else knows of another way that will let me keep the Table View in the Page Designer that would be great.
Thanks,
Will
Thanks for the prompt reply!
It sounds like this may work for me. I will try to implement this now and let you know.
If anyone else knows of another way that will let me keep the Table View in the Page Designer that would be great.
Thanks,
Will
Just had another thought… it isn’t perfect, but you could also simulate the groups by linking each group of records as separate fields to the same record. I.e a separate field for both {apples} and {oranges} linked to {fruits} on the other table. Hope that makes sense.
As a process manager I want to use process descriptions to generate job descriptions with page designer.
I have a table of responsibilities that are linked to processes (in another table) for each job (another table).
Designing a page for table Jobs I can get a table of responsibilities in the form but would really need to group them by the process that these responsibilities apply to.
Hi there,
I also wish there was a capability to group, or better yet, filter linked records in Page Designer. A workaround that I recently implemented is this… I needed to grab only the records that met a certain condition. So on the originating table I wrote a conditional formula that simulates rows in a table, in a way.
The only limiting factors are that you’ll need to choose a monospaced font in Page Designer, and you’ll need to have a reliable estimate of the maximum amount of characters for each field. The example below is meant for an audit in which we ask people to fill in the missing information, which is why I have all the additional IF() statements with the underscores.
IF({On Vehicle?} = "
Floating", "
" & {Owned By} & REPT(" ", 4-LEN({Owned By})) & ": " & {Plate Number} & REPT(" ", 8-LEN({Plate Number})) & "| " & IF({Dept}, {Dept} & REPT(" ", 13-LEN({Dept})), "Dept: ______ ") & "| Assigned To: " & IF({Assigned Person}, {Assigned Person} & REPT(" ", 25-LEN({Assigned Person})), "_________________________") & " | Use: " & IF({Use}, {Use} & REPT(" ", 25-LEN({Use})), "_________________________") & " | Verified? _______" & IF(Physical = "N/A", "
Location Unknown"))
Then I have a rollup on a separate table that joins the above formula field in an array with a new line separator ("\n").
End result in page designer shows only the records I want

EDIT: I realize this may not solve your problem directly, but if you create a field for each group of records you need to fit on the page, it might work.
Hello Neads,
I think your solution it might work for my need but I dont understand how you edit the page designer.
Would you be able to help me?
Thank you very much.
Frustratingly, I too need a Grouped View and summary imported into the Page Designer, but even a years on it still doesn’t have this feature.
Wondering what other workarounds others have looked into for this very problem. Might request this of support… Grouped Views are too important feature to be permanently missing from the Page Designer year on year.
I have the exact same need. The only solutions I have found are :
- Use a third party extension like on2air Actions or Documint
- Manually create each table with a filter. Obviously that is not dynamic and extremely time consuming / tedious. Hope Page Designer gets some TLC soon