Aaron McCausland
10/28/2025, 9:17 PMCeligo AI
10/28/2025, 9:17 PMAI generated answer (using internal Slack threads):To get the maximum of a dataset column in SuiteAnalytics, you can use the
MAX function in a formula. However, it's important to note that the behavior of the MAX function depends on how NetSuite generates the GROUP BY statement.
If there is no GROUP BY statement, MAX(any_column) will return the largest value for that column across all records returned by the search criteria. If you are grouping by a specific column, the MAX function will return the largest value for each group.
Here's a step-by-step guide on how to use the MAX function in a formula:
1. Open your dataset in SuiteAnalytics.
2. Click on the column that you want to find the maximum value of.
3. Click on the Formula option.
4. In the formula field, type MAX(column_name), replacing column_name with the name of your column.
5. Click Apply.
Please note that this is a general guide and the exact steps may vary depending on your specific dataset and requirements.
Remember to break down your formula into its constituent parts and display them separately to ensure everything is working as expected. You can create separate formulas for different parts of your calculation to help troubleshoot any issues.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/28/2025, 9:17 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.80456543
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797485352
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797058
Celigo AI
10/28/2025, 9:17 PM