✨ New ✨
Private Metrics as Locked Metadata
Details
We now support the ability to denote whether a metric is private in the YAML configurations under locked metadata. Previously, we only supported this in the Transform App as a configuration option.
See the example below on how to set this option. If you don't want the metric to be private, you can simply omit this option.
metric:
name: revenue_mtd
description: revenue mtd
owners:
- support@transformdata.io
type: cumulative
locked_metadata:
value_format: "$$,.2f"
private: true
🐛 Bug Fixes 🐛
Total Tooltip bug
Details
We fixed a bug where the total value of the metric was not showing up in the chart tooltip (from hover) when a grouping was applied. The "Total" should be present when looking at additive metrics.
Transform Connector For Sheets - Time Dimension bugs
Details
We fixed some bugs that relate to Transform's metric time in Google Sheets:
- Metric Time was not showing up as an option to slice your metric by
- We fixed inconsistencies in the date for dates not in the MM/DD/YYYY format when using time constraint.
- When using the "between" clause, the time constraint was not showing up in the resulting custom function