Create Properties Reports

Thanks @Posflow
But I found this topic by Emre

Problem Solved
For this syntax, it will list all single order tag:

{REPORT ORDER TAG DETAILS:T.TagName,T.Value,T.Quantity,T.Price}

You can change syntax with sum total of Price, it will list but with sum total

REPORT ORDER TAG DETAILS:T.TagName,T.Value,T.Quantity,T.Price.Sum:(ODI=True)}

For my report, it helps

2 Likes