Hi AppSheet Experts, I have an Email Attachme...

Hi AppSheet Experts, I have an Email Attachment Template. The content from a Table.

The content should print in order of column name “Overall Status”. Is not below Start Expression correct? <<Start:OrderBy(Select([Status[Transaction Id], TRUE],[Overall Status], TRUE))>>

The Report is not working. Can you please guide me to get correct expression please. The Table name is “Status”

John

0 2 293
2 REPLIES 2

@Sarens_Nass_Middle_E

One of the parenthesis is misplaced. Try:

<<Start:OrderBy(Select(Status[Transaction Id], TRUE),[Overall Status], TRUE)>>

Thanks. It works!!

Top Labels in this Space