GraphQL OBJECT
BiMeasure
Measure set in the BI report. Measures are what you report on. In other words, these are the numbers you view in the report.
link Definition
- type BiMeasure {
- # Name of the measure.
- String! :
- # How measure values are formatted.
- BiMeasureFormat :
- # The currency when amount value, null otherwise.
- String :
- }