Skip to main content

What's New

Keep track of the latest features, improvements, and fixes in Holistics.
Follow every release on LinkedIn ยท X ยท .

November 18, 2024

๐Ÿงฉ Validate Project with Validation API and GitHub Action

The Validation API allows you to validate your projects outside of Holistics, enabling smooth integration with CI/CD workflows. This feature is particularly useful in scenarios such as:

  • Validating updates before merging a pull request into the master branch by incorporating the Validation API within the CI/CD pipeline.
  • Validating changes immediately after updates are pushed to the master branch.
  • Running validations prior to using the Publish API to ensure a successful publish.
November 14, 2024

๐Ÿ”˜ Toggle to turn off โ€œBreak down by legendโ€ for individual measures

Previously, every measure in your chart was always broken down by legend. But sometimes, you may want to apply legend to only certain measures, for example, visualizing a total value alongside sub-category values within a chart.

Now, with a simple toggle, you can turn off the โ€œbreak down by legendโ€ for individual measures, giving you more control over your visualizations.

Supported visualizations include line, area, column, bar, and combination charts.

Note: this feature is only available in AQL-enabled datasets.

October 13, 2024

๐Ÿฅท Hide columns in Pivot Tables

Following the success of the Hiding Columns feature in Table, weโ€™re excited to announce a new enhancement: you can now hide Row Fields columns in Pivot Tables!

This update gives you even greater flexibility to customize and manage your data views, tailoring them to your specific needs.

For more information, please visit our public doc here: Pivot Table | Holistics Docs (4.0)

Note:

  • Currently, we only support hiding Row Field columns.
  • This is an aesthetics feature, not a security feature. Hiding a column will remove it from the userโ€™s report view and export, but the data is still accessible and not restricted in any way.
October 12, 2024

๐Ÿฅท Hide columns in Tables

You can now temporarily hide columns that arenโ€™t relevant to your task, giving you a cleaner, more focused view of your data.

Even better, you can still sort your tables by these hidden fields, keeping your data organized without cluttering your view.

For more information, please visit our public doc here: Data Table | Holistics Docs (4.0).

Note: This is an aesthetics feature, not a security feature. Hiding a column will remove it from the userโ€™s report view and export, but the data is still accessible and not restricted in any way.

October 8, 2024

โคต๏ธ Switching Branches with URL

We're excited to share some improvement to how you access shared URLs in Development workspace!

Previously, when someone shared a URL to an object in their working branch, you often couldn't access it. This was because the URL still kept you in your current branch instead of redirecting to theirs.

Now, with the addition of the branch parameter in the URL, you can easily navigate to the exact working branch and location of the AML object.

That's not all! Weโ€™ve also added a new button to copy the object URL, further enhancing your experience.

Happy navigating among the branches with URLs! ๐Ÿ˜‰

October 1, 2024

๐Ÿš€ Auto Publish: Introducing Auto Publishing Process with Publish API

We are thrilled to announce the launch of our highly-anticipated feature: โ€‹Auto Publish!

The Publish API allows you to publish your project outside of Holistics, making integrating with CI/CD workflows easier. This integration unlocks the full potential of an โ€œas-codeโ€ approach, enhancing automation and scalability. This is useful for scenarios like:

  • Auto publish the latest update after merging PR into the master branch, by integrating Publish API with the CI/CD workflow.
  • Auto publish the latest update after new changes are pushed to master branch.

Learn more about this feature on Auto Publish (with Publish API)

September 17, 2024

๐Ÿš€ AQL Ad-hoc Fields: Define Formulas within Reports and Answer more Business Questions Yourself

Have you ever needed to calculate a formula that's not yet in the dataset? Well, let's AQL Ad-hoc Fields come to the rescue!

With AQL Ad-hoc Fields, you can define fields that stay only within your reports. Why wait for Data Teams to add that one new field to the dataset, when you can do it yourself?

Learn more about this feature on Public Docs | AQL Ad-hoc Fields