
Finally I could filter the customer with maximum revenue.
------------------------------
Rajeev Bagra
------------------------------
Original Message:
Sent: Wed April 12, 2023 09:45 AM
From: Rajeev Bagra
Subject: How to apply maximum function so that the customer name with maximum revenue only shows
Do I need to use SQL option and enter:
[Revenue] = max([Revenue] for report
Where should I enter the above. It will help to know the sequence starting from Report.
------------------------------
Rajeev Bagra
Original Message:
Sent: Wed April 12, 2023 03:55 AM
From: Chris Turner
Subject: How to apply maximum function so that the customer name with maximum revenue only shows
You probably want a filter with something like [Revenue] = max([Revenue] for report)
------------------------------
Chris Turner
Original Message:
Sent: Wed April 12, 2023 02:22 AM
From: Rajeev Bagra
Subject: How to apply maximum function so that the customer name with maximum revenue only shows
Through this query, I am able to view revenue recorded by each customer.


It will help to figure out how to apply maximum function so that the customer name with maximum revenue only shows.
------------------------------
Rajeev Bagra
------------------------------