GoodData.UI API reference
  • GoodData.UI
  • Docs & APIs
  • Developers
  • GoodData.CN
  • GoodData.UI
  • Docs & APIs
  • Get GoodData.CN Community Edition
  • 10.26.0
  • Code samples
  • Gallery
  • GitHub

forItems()

Home > @gooddata/sdk-backend-spi > IExecutionFactory > forItems

IExecutionFactory.forItems() method

Prepares a new execution for a list of attributes and measures, filtered using the provided filters.

Signature:

forItems(items: IAttributeOrMeasure[], filters?: INullableFilter[], options?: IPreparedExecutionOptions): IPreparedExecution;

Parameters

ParameterTypeDescription
itemsIAttributeOrMeasure[]list of attributes and measures, must not be empty
filtersINullableFilter[](Optional) list of filters, may not be provided
optionsIPreparedExecutionOptions(Optional) additional options for the prepared execution

Returns:

IPreparedExecution

Remarks

The contract is that prepared executions created by this method MUST be executable and MUST come with pre-filled dimensions created using the defaultDimensionsGenerator().

  • IExecutionFactory.forItems() method
  • Parameters
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2025 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use