Table of Contents

Interface Format.IMetricViewNumericFormat

Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.MetricView
Assembly
SemanticBridge.dll
public interface Format.IMetricViewNumericFormat
Extension Methods

Properties

DecimalPlaces

Decimal places configuration

Format.DecimalPlaceSpec? DecimalPlaces { get; set; }

Property Value

Type Description
Format.DecimalPlaceSpec?

HideGroupSeparator

Whether to hide the group separator (e.g., commas in 1,000)

bool? HideGroupSeparator { get; set; }

Property Value

Type Description
bool?