Hello All,
In the data below, there is the LineItems Sharepoint list. I can display all fields in a form, by placing a "Textinput" in an external field.
I want to calculate the Maximum total price value by BRAND. But I write down the text input which brand has the maximum value
the SharePoint list here
Here are my example Result for ID=32
Brand "Corn" Total's = 67,86 AND Brand "Mar" Total = 59,82 in the same ID.
TextIput1 or Label1 value must be shown as 'CORN'
I tried this one but I couldn't find any solution
Sum(Filter(LineItems,ReportID.Id in OpenReports.ID & openRepots.Brand=MAX))
Please help me and Thank you
Regards Sinan

Report
All responses (
Answers (