Write Query
The Write Query screen is the primary interface of NimbusQL. It allows you to compose SQL queries using SuiteQL syntax, with support for multi-level joins and combining datasets.

Writing a Query
Section titled “Writing a Query”- Navigate to NimbusQL in your NetSuite menu
- Click Write Query to open the query editor
- Enter your SuiteQL query in the editor
- Click Execute to run the query and view results
Using Autocomplete
Section titled “Using Autocomplete”NimbusQL includes autocomplete functionality for all standard and custom record types.
- Press Ctrl + Space to activate autocomplete
- Autocomplete works for table names, field names, and keywords

Query Tips
Section titled “Query Tips”- Use standard SuiteQL syntax for all queries
- Multi-level joins are fully supported
- You can combine multiple datasets within the same query
- The Full version supports unlimited query results with no row limits