Advanced Topics
  • 24 Nov 2022
  • 1 Minute to read
  • Dark
    Light

Advanced Topics

  • Dark
    Light

Article Summary

Overview

Preset offers advanced functionality for power users, such as using Jinja templating when querying and using table joins in SQL Lab. This chapter features articles focused on these—and other advanced functionalities—as well as how to optimize your experience when using Preset.

Please explore the articles below to learn more.


Exploring Data

Jinja Templating
Preset's SQL Lab supports query templating via the Jinja Framework, which is a web template engine for the Python programing Language.

Table Joins
Examples of restrictions relating to writing query joins in SQL Lab.

Annotations
Introduction to annotations and how they add more context to a chart by including a layer of content.

Using Metrics and Caculated Columns
Explanation of best practices for using metrics, how to efficiently use metrics (e.g., grouping, conditional percentages), using custom SQL in a metric, and real-world use cases for creating useful calculated columns.

Rolling Window
In instances when there is a lot of data variability, a rolling window function will enable you to use a statistical value to represent the values.

Time Comparison
Time Comparison advanced analytics are used to compare data points from a date on the x-axis with a specified Time Shift.

Python Functions
How to use Python functions when there is missing data for time periods.


Maximizing Performance

Maximizing Performance
Introduction to how to optimize your database for querying, enhance your dashboards for viewing, and improve access to your dashboard.

Caching in Preset
How Preset uses caching to facilitate more efficient access to data.


Was this article helpful?

What's Next