LogoLogo
Platform
  • Welcome to Infinity - AI Powered Data Analytics tool.
  • Interactive Quick Start Guide
  • Comprehensive User Guide
    • 1. Connecting Your Data
      • Uploading Files as a Datasource
      • Connecting to Databases and Cloud Data Sources
      • AI-Powered Data Definition Wizard
      • Managing Data Sources
      • Supported Data Connectors
    • 2. Charts
      • Creating Charts
        • AI Chart Builder
        • Drag-Drop Builder
        • Data Explorer
      • Chart Customization
        • Chart Configuration Basics
        • Intent and Its Role in Chart Generation
        • Modifying Selected Data Sources and Tables
        • Understanding and Editing the SQL Query
        • Changing the Chart Type
        • Modifying Data Components
        • Using Pivoting for Multi-Dimensional Analysis
        • Applying Filters
        • Customizing Chart with Advanced Editor Panel
          • Styles
            • Chart Background
            • Titles
            • Legend
            • Grid
            • X-Axis
            • Y-Axis
            • Secondary Y-Axis
            • Series
          • Sharing
          • Prompts
          • JS (Code Mode)
        • Using AI Chatbot for Quick Modifications
      • Featured Chart Examples
        • Line/Bar/Column/Scatter Chart
        • Combo Chart
        • Stacked Area/Bar/Column Chart
        • 100% Stacked Column/Bar/Area Chart
        • Pie Chart
        • Metric Chart
        • Bubble Chart
        • Geo Chart
        • Geo with Makers Chart
        • Sankey Chart
        • Histogram Chart
        • Annotation Chart (ToDo)
        • Table Chart
        • Tree Map Chart
        • Timeline Chart (todo)
        • Gauge Chart (todo)
        • Custom Charts
      • Managing Charts
      • Accessing Charts
      • Chart Actions
    • 3. Storyboards
      • Creating Storyboards
      • Storyboard Customization
      • Managing Storyboards
      • Accessing Storyboards
      • Storyboard Actions
    • 4. Feed Page
    • 5. Curated Page
    • 6. Beacons: Working with Unstructured Data
      • Beacon : Basics
      • Creating Beacons
      • Accessing Beacon Data
      • Managing Beacon
    • 7. User and Access Management
      • Inviting Colleagues
      • Approving Join Requests
      • Roles
      • Orgs
      • Distribution Lists
      • Layouts
    • 8. Site Customization
    • 9. Subscriptions
      • Scheduled Emails
      • Event Based Notifications (Alerts)
      • Managing Alerts and Scheduled Emails
    • 10. Profile and settings
    • 11. Making the Most of Infinity's AI-Powered Features
    • 12. Advanced Topics
      • Chart Variables
      • Custom Computes for Event Based Subscriptions
      • Drill-down or Reference Charts
      • Custom XLS Template
      • Custom PPT Template
      • Editing the Chart JavaScript
    • 13. Getting Additional Help
      • Video Resources
      • Best Practices
      • FAQs
        • Error while creating chart
        • User not able to access Charts
        • Unable to Create a DataSource
        • Hard Reset/Reloading the browser
      • Contact Support
  • Topics to address
Powered by GitBook
On this page
  • Step 1: Access the Data Explorer
  • Step 2: Add a New Query
  • Step 3: Select the Relevant Data Source
  • Step 4: Write the SQL Query to Build a Dataset
  • Step 5: Click "EXECUTE" to Run the Query
  • Step 6: Use AI Bot for SQL Assistance
  • Step 7: Automatically Fix Query Syntax Errors
  • Step 8: Click "EXECUTE" Again
  • Step 9: Use AI to Generate a Visualization from the Dataset
  • Step 10: Customize the Table and Chart
  • Final Step: Save the Chart
  • Next Steps
  1. Comprehensive User Guide
  2. 2. Charts
  3. Creating Charts

Data Explorer

In this article, we will explain how to create and customize a line chart. So let's get started!

PreviousDrag-Drop BuilderNextChart Customization

Last updated 2 months ago

The Data Explorer in Infinity provides an advanced SQL-based interface for users who prefer to manually query datasets, customize visualizations, and leverage AI assistance for SQL generation. Follow these steps to build and analyze data using SQL.


Step 1: Access the Data Explorer

  1. Click on "Data Explore" from the left sidebar.

💡 This opens the SQL based Data Explorer, where you can write queries and explore data.


Step 2: Add a New Query

  1. Click "Add New Query" to create a new query workspace.

  2. A new query editor box will appear.

📌 Each query box is independent, allowing multiple datasets to be built simultaneously.


Step 3: Select the Relevant Data Source

  1. Choose the appropriate database or uploaded dataset from the available options.

🔍 Ensure you select the correct source before running queries to avoid errors.


Step 4: Write the SQL Query to Build a Dataset

  1. In the query editor, enter your SQL query.

    • Example:

       SELECT sales, orderdate FROM orders;
  2. Modify the query based on the dataset requirements.

🛠️ This step allows full control over how the dataset is structured.


Step 5: Click "EXECUTE" to Run the Query

  1. Once the query is written, click "EXECUTE" to run it.

  2. The results will be displayed in a table format below the query box.

📊 Executing the query fetches the relevant data for visualization.


Step 6: Use AI Bot for SQL Assistance

  1. Click on the AI Bot feature to get SQL assistance.

  2. AI can suggest, auto-fix, or optimize your SQL query.


Step 7: Automatically Fix Query Syntax Errors

  1. If your query has errors, AI will suggest corrections.

  2. Click "Apply Fix" to correct syntax issues automatically.

🛠️ This ensures that queries run without manual troubleshooting.


Step 8: Click "EXECUTE" Again

  1. If the query was fixed or modified, click "EXECUTE" again to retrieve updated results.

🔄 Re-executing the query applies changes and fetches fresh data.


Step 9: Use AI to Generate a Visualization from the Dataset

  1. Click on "Visualization" to let AI suggest a suitable chart for the dataset.

  2. The system will automatically determine the best chart type, layout, and formatting.

📌 AI-driven visualizations help quickly convert raw data into meaningful insights.


Step 10: Customize the Table and Chart

  1. Click "Customize the Table" to manually format/create the chart.

  2. The user will be taken to the chart customization page.

🎨 This step allows users to create and refine the chart before saving it.


Final Step: Save the Chart

  1. Once the visualization is complete, click "Save" to store it.

  2. The chart will be available in your feed.

💾 Your SQL-powered chart is now ready for sharing and further analysis!


Next Steps

  • Using interactive filters and drill-downs.

  • Applying custom themes and layouts.

  • Integrating AI-powered insights into reports.

The Data Explorer in Infinity provides full SQL control, AI assistance, and powerful visualization tools, making it an ideal solution for data analysts, engineers, and SQL-savvy users. 🚀

🔹 Helpful for users who are unsure about SQL syntax or need optimization suggestions.

For more advanced customization, refer to the to explore:

Chart Customization Guide