Discussions
SQL Essentials: Why RANK and DENSE_RANK Can't Be Used in Saved Search Criteria
RANK() and DENSE_RANK() are SQL window functions used to assign rankings to records within a dataset. While these functions are powerful for ordering data, they have specific limitations when used in NetSuite's Saved Searches.
Understanding the Limitation
NetSuite currently restricts the use of window functions like RANK() and DENSE_RANK() in the Criteria tab of Saved Searches. Attempting to use these functions directly in criteria will result in an error. This limitation is documented in Enhancement #180201.
Alternative Approach
Although you cannot use RANK() or DENSE_RANK() in the Criteria tab, you can incorporate them in the Results tab to achieve similar outcomes.
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
