Unable to get a PDF to display all rows

I have a bot that will create a pdf showing all records in a table.  I tried several ways to produce this result but I have failed.  If I do not use <<Start: the PDF will show just one record. 

I tried:<<Start:FilterDisbursementSlice[Event])<<[Event]>>

I tried: <<Start: Filter("Disbursement",ISNOTBLANK([Event]))>><<[Event]>>

both will corresponding <<End>> on last Record

What am I missing?????  Confused.

Event

Card Number

Recipient

Signature

Sequence ID

<<Start:FilterDisbursementSlice[Event])<<[Event]>>

<<[CardNumber]>>

<<[Recipient]>>

<<[Signature]>>

<<[SeqID]>><<End>>

 

 

 

 

 

0 1 35
1 REPLY 1

You can try this: <<Start: Filter(Disbursement, true)>><<[Event]>>

You can use the table or slice.

Top Labels in this Space