Changelog

New features, improvements, and fixes from the Supersimple team.

Grouping labels on stacked bar charts

Time series charts with only stacked bars now display grouped field values directly on the chart, in addition to the legend.

Other improvements

  • You can now reorder chart series by dragging them in the sidebar.
  • Extracted year numbers no longer include commas in their formatting.
  • Chart series options are now preserved when changing chart fields.

Linking directly to a specific block

You can now Copy link to block from any block's (...) menu. Opening this link will not only share your entire exploration state, but also scroll the user all the way to that block.

Conversational back-and-forth AI overhaul

Supersimple's AI got a major visual overhaul, now fitting tighter into the exploration flow. Ask questions from either the Explore page, or using the new inline "new block" flow.

Enable conversational AI with back-and-forth chat

Visual indicators for invalid steps

Blocks with invalid steps now display warning indicators, and the pipeline preview highlights invalid steps more prominently for easier debugging.

Steps on top of SQL blocks

You can now apply any no-code steps to SQL blocks. Go back and forth between code and no-code – use what makes sense.

Add pipeline support to SQL blocks

Other improvements

  • Multi-grouped charts can now be properly resized without layout issues.
  • Added range_min and range_max window functions (see formula docs).

Row-level security

Model definitions and SQL blocks now support a {{user_email}} placeholder in SQL. This lets you implement row-level security and user-specific filtering. See row-level security for more!

Collapsible model sections in the sidebar

Model sections in the sidebar can now be collapsed and expanded for better organization and navigation.

Other improvements

  • Toast notifications have a new look to them.

Searchable field lists

Long field lists now include a search input to help you quickly find the fields you need, available in alerts and 'Add column' flows.

Add search to field lists

Export records to CSV

You can now export records cell results to CSV format, with a default limit of 10,000 rows.

Raw field formatting

New 'raw' format displays values without formatting. You can also use 'default' in a formula format() function to reset to default formatting.

Copy and paste blocks between explorations

You can now copy blocks via the (...) dropdown and paste them into other explorations. Or even elsewhere in the same exploration. Or even a different account. Go crazy!

Improved mathematical and logical operators in formulas

Custom formulas now supports standard operators including +, -, *, /, ==, !=, <, <=, >, >=, &&, and || for more intuitive formulas (deprecating add(), gte() etc).

Add mathematical and logical operators to Penguino

Other improvements

  • Window functions can now be combined with other calculations without needing intermediary extra steps

Replacing the base model of a block

Click on the "Data model" step of a block to replace the source with a different model or even an instance of another block in the same exploration.

Negative values in bar charts

Bar charts can now handle negative series! Those not working great used to be a negative thing. It's now a positive. Because they work.

Support negative values in bar charts