Skip to main content

What’s New

Qrvey 9.1
Qrvey Version 9.1 is now available! This release introduces numerous features, enhancements, bug fixes, and performance improvements.
Learn More
Qrvey 9.0
Qrvey Version 9.0 is now available! This release introduces multi-platform hosting (Azure & AWS), a redesigned Dashboard, extensive widget customizations, and numerous features, enhancements, bug fixes, and performance improvements.
Learn More
Qrvey 8.8
Qrvey Version 8.8 (LTS) is now available to customers! This version supports FIPS for GovCloud and includes tons of bug fixes and performance improvements.
Learn More
Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 9.1

Managed Datasets

Managed Datasets provide scalable, secure storage and fast analytics in Qrvey, using a high-performance, serverless OpenSearch cluster. They can combine multiple data sources. For multi-source datasets, see Dataset Design.

Create a Managed Dataset

  1. Go to Data > Datasets.
  2. Click Create New Dataset > New Managed Dataset.
  3. Select a data source (existing connection, dataset, or shared structure). To add a new connection, click Create New Connection.
  4. Choose your data source and click Next.
    • For databases, pick a table/view or enter a custom SQL query.
    • To preview data, hover over a column and click View Source Data.
  5. (Optional) For long queries (10+ min), select This is a long-running query.
  6. Click Save to open the Design page.
  7. Configure the dataset as desired.
    For details, please see Dataset Design.
  8. The dataset saves in draft mode with a default name, which you can edit.
  9. Finally, click Load Dataset. A modal will open.
    • Select estimated dataset size and click Load. Progress displays at the top-right.
    • You can continue working while loading.
    • You may adjust estimate later in Advanced Settings.
    • After loading, the Summary view appears.
    • Check the Activity Log for events or errors.

After this, you will want to configure Data Synchronization to keep your data up to date.

View Source Data

View-Source-Data-84

Displays the first 100 rows from the data source.

Modify the Connection

Modify-Data-Source

  1. Click the three-dot menu on the data source pill.
  2. Choose:
    • Edit Connection Settings — Change connection properties.
    • Edit Query — Change table/view or SQL query (for databases/MongoDB).
    • Join to Another Data Source — Add another source. See Data Joins.
    • Union with Another Data Source — Append data. See Data Unions.
    • Switch for Another Data Source — Use a different connection.
    • Rename — Change data source name.
    • Delete — Remove a joined data source.

Note: Removing/renaming columns or changing data types may break existing visualizations.

Automatically Add New Columns

Automatically-add-new-columns-84

Enable Qrvey to add new columns found during data reloads (disabled by default):

  1. Scroll to the page bottom.
  2. Select Automatically add new columns discovered during data loads.

Select Dataset Columns

choosecolumns

Use checkboxes to include/exclude columns:

  • Dataset (left): Include in dataset. Required columns for sync/join should not be removed.
  • Visualizations (right): Show/hide in visualizations (e.g., hide ID columns).

Note: Columns with Geolocation cannot be removed.

Change Column Name

Click the column name box to edit. No data reload required. Hover over the field for details (friendly name, original name, data type).

datasets

Tip: Use the Search box to find columns quickly.

Change Data Type

Qrvey auto-detects data types, but you can change them:

  1. Click the Column Type field and select a new type.
    • Requires data reload if already loaded.

Change Input Format

If the type of data in a column is unclear to Qrvey, you can adjust as needed. Requires data reload.

Input-Format

Change Visualization Format

Change how dates/numbers display in visualizations (no reload needed). Useful for formatting currencies, dates, etc.

Visualization-Format

Custom date format syntax:

SyntaxType
DDday
HHhour
mmminute
sssecond
SSSmilliseconds
YYYYyear
MMmonth

Select Unique Identifier Columns

Unique-ID-84

For Data Synchronization in Append and Update mode, set a unique identifier:

  1. Click the column's three-dot menu.
  2. Go to Unique ID > On.
    • Requires data reload.

Define a Column Security Name

Enable-Record-Level-Security-84

For Record Level Security (RLS), assign a security name:

  1. Click the column's three-dot menu > Enable Record Level Security.
  2. Enter a security name and confirm.

Note: RLS must be configured in Admin Center. See Record Level Security. Assigning a security name does not require data reload.

Configure columns to display as links in visualizations (e.g., map links). See Column Links.

Configure Geolocation Groups

See Geolocation Groups for displaying addresses on maps.

Transform Column Data

Apply Transformations (e.g., uppercase, parse JSON) to modify data upon loading.