Skip to main content

Overview

The Saved Queries feature (part of the unified Analytics Module) empowers you to create custom queries using natural language, import external data for analysis, and share insights with team members. Whether you need a quick operational summary or a detailed analysis across multiple datasets, the Saved Queries feature has you covered.

Natural Language Queries

Describe what you want to see in plain English

Data Import

Import CSV files for custom dataset analysis

Visualizations

Bar, line, pie, area, and table charts

Sharing

Share reports with team members or via public links

Accessing Saved Queries

Saved Queries are accessible within the unified Analytics module.
1

Open Analytics Module

Click Analytics in the sidebar navigation
2

Navigate to Saved Queries

Click the Saved Queries tab in the Analytics navigation bar
3

View Your Queries

See all your created queries in the “My Queries” section
4

Browse Shared Queries

Click “Shared with Me” to see queries others have shared
5

Manage Datasets

Click the Datasets tab to view and manage imported data
Direct URL: You can access Saved Queries directly at /auctions/[auctionId]/analytics/reports. Legacy URLs like /reports automatically redirect to this location.

Dashboard Tabs

TabContents
My QueriesQueries you’ve created
Shared with MeQueries others have shared with you
DatasetsImported CSV datasets available for analysis

Quick Stats

The Saved Queries dashboard shows:
StatDescription
QueriesNumber of queries you’ve created
SharedQueries you’ve shared with others
DatasetsNumber of imported datasets
Total RowsTotal rows across all datasets

Importing Data

Import external data via CSV files to create custom reports beyond your standard operational data.

When to Import Data

Import CSV data when you need to:
  • Analyze data from external systems
  • Compare historical data not in the platform
  • Combine auction data with business metrics
  • Create reports from exported data sources

CSV Import Process

1

Navigate to Datasets

Go to Analytics and click the Datasets tab
2

Click Import CSV

Click the Import CSV button in the top-right corner
3

Upload Your File

Drag and drop your CSV file onto the upload area, or click to browse
4

Review Preview

The system displays a preview of your data with detected columns
5

Map Columns

Verify or adjust column mappings and data types
6

Name Your Dataset

Enter a descriptive name for the dataset
7

Complete Import

Click Import to process the data

Supported File Formats

FormatExtensionNotes
CSV.csvComma-separated values (primary format)
TSV.tsvTab-separated values
TXT.txtText files with delimiters
Maximum file size is 50MB. For larger datasets, split your file into multiple imports.

Column Mapping

After uploading, map your CSV columns to the appropriate data types:

Mapping Steps

1

Review Detected Columns

The system automatically detects columns from your header row
2

Verify Data Types

Check that each column has the correct data type assigned
3

Rename Columns

Optionally rename columns for clarity (original names preserved in metadata)
4

Mark Key Columns

Identify columns that will be used for grouping or filtering

Available Data Types

Data TypeUse ForExample Values
TextNames, descriptions, categories”John Smith”, “North Lot”
NumberCounts, measurements, amounts42, 3.14, -10
DateDates and timestamps”2024-01-15”, “01/15/2024”
BooleanYes/No, True/False valuestrue, false, 1, 0
CurrencyMonetary values”$1,234.56”, “1234.56”

Data Type Detection

The import system automatically detects data types based on your data:
Detection RuleAssigned Type
Contains only numbersNumber
Matches date patternsDate
Contains currency symbolsCurrency
”true”/“false”, “yes”/“no”, 1/0Boolean
Everything elseText
If auto-detection assigns the wrong type, manually change it in the column mapping step. This ensures accurate queries and visualizations.

Date Format Detection

Common date formats are automatically recognized:
FormatExample
ISO 86012024-01-15, 2024-01-15T10:30:00Z
US Format01/15/2024, 1/15/24
European Format15/01/2024, 15-01-2024
WrittenJanuary 15, 2024, Jan 15 2024

Batch Processing

For large files, the import processes in batches:
File SizeBehavior
< 1,000 rowsInstant import
1,000 - 10,000 rowsProcessed in batches with progress indicator
> 10,000 rowsBackground processing with email notification on completion
You can navigate away during batch processing. Return to the Datasets tab to check status.

Managing Datasets

After import, manage your datasets from the Datasets tab:
ActionDescription
ViewSee dataset preview and metadata
EditRename or update dataset description
DeleteRemove dataset (does not delete reports using it)
RefreshRe-import from a new CSV file
Deleting a dataset may cause reports that depend on it to fail. Review dependent reports before deleting.

Creating Queries

Build custom queries using natural language or visual builders.

Query Builder

The Query Builder is your primary tool for creating queries.
1

Access Query Builder

From the Saved Queries tab, click New Query, or navigate directly to the Query Builder tab
2

Select Data Source

Use the Unified Dataset Selector to choose from operational data, staffing data (including linked datasets), or imported datasets
3

Describe Your Query

Type what you want to see in natural language
4

Review Generated Query

Verify the generated SQL and preview results
5

Customize Visualization

Choose chart type and configure display options
6

Save Query

Name your query and save it to your collection

Natural Language Queries

Describe what you want to see in plain English, and the AI will generate the appropriate query.

Example Queries

Query: “Show me total car count by location for the last 30 days”Result: Bar chart showing aggregate car counts per location
Query: “What’s the average daily submission count this month compared to last month?”Result: Comparison table with percentage change
Query: “Who submitted the most inspections last week?”Result: Ranked table of users by inspection count
Query: “Show user activity trends over the past quarter”Result: Line chart showing user submissions over time
Query: “What are the top 5 most common defect types?”Result: Pie chart of defect category distribution
Query: “Show defect trends by week for the last 3 months”Result: Line chart with weekly defect counts
Query: “Compare sales by region from my imported dataset”Result: Bar chart grouped by region column
Query: “Show the monthly trend of revenue from the finance dataset”Result: Line chart with monthly aggregations

Query Tips

Be specific about:
  • Time period: “last 30 days”, “this month”, “Q4 2024”
  • Grouping: “by location”, “by user”, “by type”
  • Aggregation: “total”, “average”, “count”, “maximum”
  • Comparison: “compared to”, “versus”, “vs”

Dataset Selection

Choose which data source to query using the Unified Dataset Selector:
CategorySourcesDescription
Linked Staffing DataLinked datasetsPre-joined Check-In + CR data for cross-dataset analysis
Staffing DatasetsCheck-In, CR DataIndividual staffing model datasets
Custom DatasetsImported CSVsYour custom imported datasets
Linked Datasets provide the most comprehensive analysis capabilities by automatically joining Check-In data with CR (Condition Report) data, enabling queries like “average time from check-in to CR completion” or “CR completion rates by sale type.”
1

Click Data Source

Click the Select Dataset dropdown
2

Choose Category

Browse categories: Linked Staffing Data, Staffing Datasets, or Custom Datasets
3

View Dataset Info

See row counts and date ranges for each dataset
4

Select Dataset

Choose the dataset to query

Linked Dataset Queries

When using linked datasets, you can query across both Check-In and CR data in a single query:
Query: “What’s the average time from check-in to CR completion?”Result: Summary statistics with trend line showing processing times
Query: “Show the vehicle journey from arrival to CR by sale type”Result: Funnel or flow chart showing processing stages
Query: “What’s our CR completion rate by day of week?”Result: Bar chart showing completion percentages
Query: “How many days until CR completion by sale type?”Result: Box plot or bar chart with Lease vs Consignment comparison
Query: “Show vehicles checked in but not yet CR’d”Result: Table with VINs, check-in dates, and days waiting
Query: “What’s the CR backlog trend over the past month?”Result: Area chart showing pending CRs over time

Chart Type Selection

Choose the best visualization for your data:
Chart TypeBest For
Bar ChartComparing categories, rankings
Line ChartTrends over time
Pie ChartPart-to-whole relationships
Area ChartCumulative trends over time
Stacked BarMultiple categories compared over groups
Data TableDetailed records, exports

Chart Customization Options

After selecting a chart type, customize its appearance:

General Options

OptionDescription
TitleChart title displayed above visualization
SubtitleOptional descriptive text below title
Color SchemeChoose from preset color palettes
Legend PositionTop, bottom, left, right, or hidden

Axis Configuration

OptionDescription
X-Axis LabelCustom label for horizontal axis
Y-Axis LabelCustom label for vertical axis
Axis ScaleLinear or logarithmic
Grid LinesShow or hide background grid

Data Options

OptionDescription
Data LabelsShow values on chart elements
SortingSort by value or alphabetically
LimitShow top N results only
Zero BaselineStart Y-axis at zero

Saving Queries

1

Click Save

Click the Save Query button when satisfied with your query
2

Enter Query Name

Give your query a descriptive name
3

Add Description

Optionally add a description for context
4

Choose Visibility

Set as private (default) or visible to team
5

Confirm Save

Click Save to add the query to your collection

Using Templates

Start quickly with pre-built query templates designed for common analysis needs.

Available Templates

Daily Summary Report
  • Today’s submission count by location
  • Comparison to yesterday and weekly average
  • Quick stats for inspections and problems
Weekly Operations Overview
  • 7-day submission trends
  • Location comparison matrix
  • User activity summary
Monthly Performance Report
  • Month-over-month comparison
  • Trend analysis charts
  • KPI summary dashboard
Submission Type Analysis
  • Distribution by type (pie chart)
  • Type trends over time (line chart)
  • Type by location breakdown
Location Performance Comparison
  • Side-by-side location metrics
  • Ranking by various KPIs
  • Outlier identification
User Engagement Report
  • Activity leaderboard
  • Engagement trends
  • Consistency scoring
Defect Trend Analysis
  • Top defect categories
  • Trend over selected period
  • Location-based comparison
Inspection Performance Report
  • Inspections per user
  • Defect discovery rates
  • Time-of-day patterns

Using a Template

1

Open New Query

Click New Query from the Saved Queries dashboard
2

Browse Templates

Click Start from Template to view available templates
3

Preview Template

Click on a template to see a preview and description
4

Select Template

Click Use Template to create a new query based on it
5

Customize

Modify the query, date range, or visualization as needed
6

Save as New Query

Save your customized version with a new name

Template Customization

Templates are starting points - customize them for your specific needs:
CustomizationHow to Do It
Change Date RangeModify the time period in the query
Add FiltersAdd location or user filters
Change Chart TypeSelect a different visualization
Modify QueryEdit the natural language query
Adjust LayoutResize or reposition chart elements

Creating Custom Templates

Custom template creation is available to Owners and Admins. Create templates from your most-used query configurations.
1

Create and Perfect a Query

Build a query exactly as you want it to be templated
2

Save as Template

Click the menu icon and select Save as Template
3

Configure Template

Add template name, description, and category
4

Set Permissions

Choose if template is available to all users or specific roles

Sharing Queries

Share your queries with team members or create public links for external access.

Sharing with Team Members

1

Open Query

Navigate to the query you want to share
2

Click Share

Click the Share button in the query header
3

Search for Users

Type team member names or emails to find them
4

Set Permission Level

Choose View or Edit access for each person
5

Send Invitations

Click Share to send notifications to selected users

Permission Levels

PermissionCapabilities
ViewSee query and export data; cannot modify
EditModify query, visualization, and settings
OwnerFull control including delete and sharing
Query creators automatically have Owner permissions. Ownership can be transferred to another user.

Managing Shared Access

View and manage who has access to your queries:
1

Open Share Settings

Click Share on the query
2

View Current Access

See list of all users with access
3

Change Permissions

Click the permission dropdown to change a user’s access level
4

Remove Access

Click the X next to a user to revoke their access
Create shareable links that don’t require login:
1

Open Share Settings

Click Share on the query
2

Enable Public Link

Toggle Create Public Link to on
3

Set Expiration

Choose when the link expires:
  • 24 hours
  • 7 days
  • 30 days
  • Never (not recommended)
4

Copy Link

Click Copy Link to copy the public URL
Public links allow anyone with the link to view the query results without authentication. Use caution with sensitive data and always set an expiration date.
FeatureDescription
View OnlyPublic viewers cannot edit or export raw data
BrandedShows your auction branding
Auto-RefreshData updates automatically when accessed
RevocableDisable the link at any time to revoke access

Revoking Public Access

To disable a public link:
  1. Open the query’s Share settings
  2. Toggle Create Public Link to off
  3. The existing link immediately stops working
  4. Previous link holders see an “Access Denied” message

Exporting Query Results

Export query data and visualizations for use outside the platform.

Export Options

FormatContentsUse Case
CSVRaw data from the querySpreadsheet analysis, data integration
PNGChart image at high resolutionPresentations, documents
PDFFull query results with title and descriptionFormal reports, archiving

Exporting Data (CSV)

1

Open Query

Navigate to the query you want to export
2

Click Export

Click the Export button in the query header
3

Select CSV

Choose Export as CSV
4

Download

Your browser downloads the CSV file

Exporting Charts (PNG)

1

Open Query

Navigate to the query
2

Hover Over Chart

Move your mouse over the visualization
3

Click Download

Click the download icon in the chart corner
4

Select PNG

Choose Download as PNG

Scheduling Exports

Set up automatic query exports:
Scheduled exports are available for Premium plans. Contact support for more information.
OptionDescription
DailyExport sent every morning
WeeklyExport sent Monday mornings
MonthlyExport sent first of each month
CustomSet specific days and times

Best Practices

Query Organization

Use clear, descriptive names:
  • Include the metric: “Daily Submission Count”
  • Include the scope: “North Lot Weekly Performance”
  • Include the period: “Q4 2024 User Activity”
Avoid: “Query 1”, “New Query”, “Test”
Organize queries into categories:
  • Operations - Daily/weekly operational queries
  • Performance - User and location metrics
  • Quality - Inspection and defect analysis
  • Custom - Ad-hoc and one-time analyses
Add descriptions to your queries:
  • What question does this query answer?
  • Who is the intended audience?
  • How often should it be refreshed?
  • Any caveats or known limitations?

Query Optimization

TipBenefit
Limit date rangesFaster query execution
Use specific filtersMore relevant results
Aggregate earlyReduce data processing
Test with small datasetsIterate quickly before scaling

Sharing Guidelines

  • Share with the minimum necessary audience
  • Use View permissions unless editing is required
  • Review shared access quarterly
  • Remove access when no longer needed

Troubleshooting

Common Issues

Solutions:
  1. Check your date range - data may not exist for that period
  2. Verify filters aren’t too restrictive
  3. Confirm the dataset has data (check Datasets tab)
  4. Try a simpler query first, then add complexity
Solutions:
  1. Verify data types are correctly mapped
  2. Try a different chart type for your data
  3. Check for null or missing values
  4. Ensure numeric columns are actually numbers
Solutions:
  1. Verify file is valid CSV format
  2. Check for special characters in headers
  3. Ensure consistent column counts across rows
  4. Try saving file with UTF-8 encoding
  5. Remove or fix any corrupted rows
Solutions:
  1. Reduce the date range
  2. Add filters to limit data
  3. Use aggregated queries instead of row-level
  4. Consider creating a smaller dataset for frequent use
Solutions:
  1. Verify they were added to the share list
  2. Check their permission level
  3. Ensure they’re a member of the auction
  4. Have them refresh or re-login

Getting Help

If you encounter issues not covered here:
  1. Check the query - Review the generated SQL for obvious errors
  2. Try a simpler version - Reduce complexity to isolate the issue
  3. Review data - Ensure source data is clean and complete
  4. Contact support - Reach out with specific error messages

Need Help?