How do I - get setup a report template for an entire table

I would like to create a few report templates but not sure how to do it.

I tried this:

<<Start: Evac Center Personnel[Contact External Id]>>
<>
<<_ComputedName2>>

<>

but get this error:

Error: โ€œErrorsโ€: โ€œError: Workflow rule โ€˜Evac Center Personnel Reportโ€™ action โ€˜Action 1โ€™ Attachment template. Found 1 unmatched โ€˜Startโ€™. They are: <p class=โ€œc0โ€><span class=โ€œc2โ€><<Start:Evac Center Personnel[Contact External Id]>>

โ€,

Ideally we want a report that is grouped by the Evac Center Location, then by role, and then lists (numbered list) the personnel assigned to that role.

Is this possible and if so does someone have a template or can you point me in the right direction?

Thank you,

0 8 353
8 REPLIES 8

Steve
Platinum 4
Platinum 4



@Steve - Iโ€™ve looked at that documentation many times. I just donโ€™t get it.

I got rid of the error, but my struggle is - is it possible to do a group, then a subgroup, then an order list in a report template?

Atwater School
Position A

  1. Jane Doe
  2. John Doe
    Position B
  3. โ€ฆ

Booker School
and so onโ€ฆ

Iโ€™m afraid you canโ€™t generate grouped lists if you need them to by dynamic. Though if your groups are fixed likeโ€ฆ they are always the same, you can add more Start: & End lists into your template. In your case it would mean fixed locationsโ€ฆ then fixed roles etc.

Locations and roles are static, the assigned people are dynamic. Does that work?

So in the template instead of pulling that info in via <>, Iโ€™m writing it directly into the template and just pulling <>?? Want to make sure I understand you.

LOCATION A, Role A
<<Start: SELECT(Table[Key],AND([Location]=โ€œLocation Aโ€,[Role]=โ€œAโ€))>>
<<[People]>>
<< End >>

LOCATION A, Role B
<<Start: SELECT(Table[Key],AND([Location]=โ€œLocation Aโ€,[Role]=โ€œBโ€))>>
<<[People]>>
<< End >>

Thank you!

Youโ€™re welcome

Top Labels in this Space