Documentation
  • The Fundamental
  • ACTIVE SYNC
    • Data Ingestion
      • Data Tracking
        • API Key Management
        • Generate Tracking ID
        • Install tracking with Tag Manager
        • Install Tracking from the Console
        • Tracking Method on Website
      • Datasource
        • MySQL
        • PostgreSQL
        • MongoDB
        • Microsoft SQL Server
        • Shopify
        • CSV
        • Google Sheets
    • Data Ingestion API
      • Data Lake
        • File upload
        • Tracking API
      • Data Warehouse
        • Batch upload
        • CSV upload
        • Tracking API
      • Data Schema Warehouse API
    • Data Integrations
      • Manage your API Key
      • Get Data using API
  • ROCKET.BI
    • Introduction
    • Data Warehouse
      • Data Management
      • Ad-hoc Query
        • Measure Schema
        • Calculated Field
      • Query Analysis
      • Relationship
    • Row-level Security
    • Dashboard
      • Dashboard Filter
      • Chart Control
        • Tab Control
        • Single Choice
        • Multiple Choice
        • Dropdown Control
        • Slicer Control
        • Date Control
        • Input Control
      • Manage Dashboard
        • Relationship
        • View and Share
        • Select Main Date Filter
        • Boost
        • Settings
        • Add Chart
        • Add Tab
        • Add Text
    • Chart Builder
      • Chart Types
        • Pie Chart
        • Column Chart
        • Bar Chart
        • Line Chart
        • Line Stock Chart
        • Pareto Chart
        • Bubble Chart
        • Scatter Chart
        • Map Chart
        • Area Chart
        • KPI Chart
        • Lollipop Chart
        • Parliament Chart
        • Funnel Chart
        • Pyramid Chart
        • Gauge Chart
        • Bullet Graph Chart
        • Heat Map Chart
        • Word Cloud Chart
        • Tree Map Chart
        • Stacked Column Chart
        • Stacked Bar Chart
        • Sankey Chart
        • Spider Web Chart
        • Wind Rose Chart
        • Histogram Chart
        • Bell Curve Chart
        • Table Chart
        • Pivot Table Chart
      • Chart Settings
        • Zoom
        • Inner chart filter
      • Chart Filters
        • Tab Filter
        • Single Choice
        • Multiple Choice
        • Dropdown Filter
        • Slicer Filter
        • Date Filter
        • Input Filter
      • Right-click Settings
        • Change date function
        • Drill down
        • Drill through
        • Use as a filter
    • SQL Query
      • Syntax
      • Functions
      • Aggregate Functions
      • Data Types
  • UNLOCK.CI
    • Unlock.CI
Powered by GitBook
On this page
  1. ROCKET.BI
  2. Data Warehouse

Query Analysis

A process in databases that employ SQL to figure out how to better optimize queries for performance

PreviousCalculated FieldNextRelationship

Last updated 1 year ago

1. Write your SQL query in the text box, you can click the arrow of the data column to add the column quickly.

2. Click Execute to run the command fully, the results from your query will show up in the below space.

3. Click Add chart to use the results to build a chart. You can visit our article about .

4. Click Save Analysis to save the results to an available folder, or you can create a new one.

5. Click Add Param to add a variable or placeholder used within a query statement.

Parameters allow you to pass specific values into a query dynamically, enabling flexibility and customization. By using parameters, you can create reusable query templates that can be executed with different input values, enhancing the versatility and efficiency of your queries.

6. Click Action to show some actions you can do with the results

  • Create Table: You create a table from the results, and save it in an available database. The table can be created in two types: View (the virtual table formed from the base table and updated each time the View is used), and Materialized (the physical copy of the base table has to be updated manually or using triggers.

  • Download CSV: Retrieve data in CSV format, facilitating easy access and analysis of information in spreadsheet applications.

  • Add Chart To Dashboard: Save the query visualization in Folder or Dashboard

Chart Builder