Need Help.....(

I tried to make a report based on ORDER ID, but I had difficulties.
Purchase data appear as much as transaction details.

0 4 227
4 REPLIES 4

Steve
Participant V

Try moving the <End>> tag after the table in your template.

thanks steve,

now i will try to moving <> after table ( detail transaction )

but output report

maybe any wrong with my expression ?

Try this: in your first <<Start>> statement, add TRUE as a third argument to SELECT():

<<Start:SELECT(order list[OrderDetail Id], AND(IN([OrderDetail Id], [_THISROW].[Related orderlists]),[status]="open"), TRUE)>>

See also:

Thank you very much steveโ€ฆ
i will try to read more expression on appsheetโ€ฆ

Top Labels in this Space