Help

Group Linked Records on Page Designer

3221 7
cancel
Showing results for 
Search instead for 
Did you mean: 
Will_Coffey
4 - Data Explorer
4 - Data Explorer

Hi guys,

We are a builder and I want to be able to report on the Issue Types encountered during the each build and when and how often they are occurring. Therefore I have the following tables:

Builds - (Linked to Issue Occurrences, Page Designer Based on this table)
Issue Types - (Unique Types of Issue)
Issue Occurrences - (linked to Builds and Issue Types)

On site the guys register occurrences of different issue types against each Build as they happen.

I want to produce a report on each build that summarises the build and gives information about what issues we had and how frequently they occurred. I have a Page Designer Report done up based off the Build Table. When I drop the linked field to Issue Occurrences onto the page it gives me a list of all Issue Occurrences. What I actually want is a summarised list of these occurrences. This would be solved with a Group By operation normally but that is not available in the Page Designer Options and the Group By function for the Issue Occurrences View does not seem to affect what is displayed in the report.

Can anyone think of a clever way of doing this?

Thanks in advance,

Will

p.s I want to put an image of my report in here which i have amended in paint to show you what i want but it wont allow me…Let me know if there is anything else I can do to help you understand the issue.

7 Replies 7
AlliAlosa
10 - Mercury
10 - Mercury

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 :slightly_smiling_face:

Table_ex

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

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.

Krisjanis_Dzal1
5 - Automation Enthusiast
5 - Automation Enthusiast

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.

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.

Andrew_Davies
7 - App Architect
7 - App Architect

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