Interacting with the <<start>> list

Is there a way to access the start expression list?

I want to be able to compare a value contained in the current record with the previous record.

If there isnโ€™t a way to access the start list is there a way to get the index number of an object in a list?

0 3 305
3 REPLIES 3

Do you have some kind of sample, prinscreen that you could show? It would help to figure out what you are looking for, thanks.

@Aleksi

<<Start: OrderBy([Related Table], [Param1], [Param2], false)>>

<<IF: [CurrentRecord].[Param1] != [PreviousRecord].[Param1]>>
This record is different to the previous!
<<End.If>>

Note: Iโ€™m aware that itโ€™s EndIf, this chat system doesnโ€™t like EndIf inside of <>.

CurrentRecord is the current record/row of the excel document being printed to the document.
PreviousRecord is the record/row printed just before.

Steve
Platinum 4
Platinum 4

Nope.

Nope.

Top Labels in this Space