I tried to make a report based on ORDER ID, but I had difficulties.
Purchase data appear as much as transaction details.
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…
1 Like



