Create a New Report by Uploading an Excel File
This page explains how to create a report by uploading an Excel file as a data source. Users can practice this functionality using a provided sample file.
Workflow Overview
The Upload Excel option in the Create New Report page allows you to:
Upload an Excel file.
Select a worksheet from the file.
Preview variable types and sample data.
Create a Data Store.
Build and save views in the report.
Steps to Create an Excel-Based Report
Access the Report module from the platform homepage.
On the Create New Report page, provide:
Report Name – Enter a unique name for the report.
Description – Add an optional description.
Select Upload Excel.
Provide a Data Store Name.
Click Choose File and upload an Excel file.
Select a specific Sheet from the drop-down menu.
System Feedback During Upload
A notification prompts the user to wait while the file is uploaded.
The Choose File option turns blue once the upload succeeds.
A notification message confirms file upload completion.
A blue tick mark appears next to File Uploaded to indicate success.
Explore Uploaded Data
The Data Store Details tab opens by default, displaying metadata.
Open the Variable Types tab to view detected field types and counts.
Open the Examples tab to preview sample rows from the uploaded sheet.
Create Report
Click Create Report at the bottom of the page.
A notification confirms that Data Store creation has started.
Once processing is complete, the new Data Store is available.
The system redirects you to the Design page of the report.
Begin creating and saving Views (charts, KPIs, tables) using the uploaded dataset.
Rules to Remember while using a Flat File
Please ensure the selected CSV/ Excel file follows the format given below:
The first row in the file should contain the column headers.
The headers should not have a space. It should be a single word or two concatenated by an underscore(_).
The headers should not contain any special characters. E.g., %, #,$, @, *, etc.
The headers should not have only numerals. It should be with at least one alphabet.
All cells in a column should have a single data type.
The header should not use single or double quotes, dots, brackets, or hyphens.
Files with UTF-8 encoding are not supported in data store creation.
The size of an Excel file should be less than 10MB.
Try it out yourself
Follow the above instructions and use the CSV file as sample data to create your first self-service visualization report with BDB.
Last updated