showAllValues
Home > @gooddata/sdk-model > AttributeBuilder > showAllValues
AttributeBuilder.showAllValues property
Sets show all values property.
Signature:
showAllValues: (showAllValues?: boolean | undefined) => this;
Remarks
The flag showAllValues translates to a property of the same name on the attribute in execution definition. If truthy, the backend will return all values of the particular attribute in the execution response even if there are no data available for it.