Skip to content

Add Reports constructors to TIA #73

@benjaminloerincz

Description

@benjaminloerincz

Add these constructors of namespace Reports to TIA:

  • Reports.BucketField()
  • Reports.BucketField(Reports.BucketType bucketType, String devloperName, String label, Boolean nullTreatedAsZero, String otherBucketLabel, String sourceColumnName, List<Reports.BucketFieldValue> values)
  • Reports.BucketFieldValue()
  • Reports.BucketFieldValue(String label, List sourceDimensionValues, Double rangeUpperBound)
  • Reports.CrossFilter()
  • Reports.CrossFilter(List<Reports.ReportFilter> criteria, Boolean includesObject, String primaryEntityField, String relatedEntity, String relatedEntityJoinField)
  • Reports.EvaluatedCondition(String aggregateName, String aggregateLabel, Double compareToValue, Double aggregateValue, String displayCompareTo, String displayValue, Reports.EvaluatedConditionOperator operator)
  • Reports.NotificationActionContext(Reports.ReportInstance reportInstance, Reports.ThresholdInformation thresholdInformation)
  • Reports.ReportCsf()
  • Reports.ReportFilter(String column, String operator, String value)
  • Reports.ReportFilter()
  • Reports.ThresholdInformation(List<Reports.EvaluatedCondition> evaluatedConditions)
  • Reports.TopRows(Integer rowLimit, Reports.ColumnSortOrder direction)
  • Reports.TopRows()

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

Status

No status

Relationships

None yet

Development

No branches or pull requests

Issue actions