Rishi Pawar
10/01/2024, 3:43 AMMichael Ullock
10/01/2024, 12:21 PMplatform_limits.max_dimension_size
property sets the limit for dimensions that are NOT using the measureGroup
property.
The following endpoint is affected by this limit:
/api/v1/actions/workspaces/{workspaceId}/execution/afm/execute
Helm Chart:: platform_limits.max_dimension_size
Default is set to: 10,000
You can increase the default limit in GoodData C.N - Please see the following documentation for more details:
https://www.gooddata.com/docs/cloud-native/3.0/deploy-and-install/cloud-native/helm-chart-options/
https://www.gooddata.com/docs/cloud-native/3.8/deploy-and-install/cloud-native/execution-limits/Rishi Pawar
10/01/2024, 12:24 PMRishi Pawar
10/02/2024, 3:13 AMRishi Pawar
10/02/2024, 3:15 AMRishi Pawar
10/02/2024, 3:20 AMRishi Pawar
10/02/2024, 3:21 AMMichael Ullock
10/03/2024, 12:19 PMEmail Volume > 0
. This filter works unless you add a column called “Subject”. When “Subject” is included in the visualization, the filter fails, and rows with Email Volume = 0
are incorrectly shown.
My initial thinking that this may relate to a granularity mismatch, and when adding “Subject” may introduce more rows or change the granularity, affecting how the Email Volume
filter is applied. Or The filter might not apply properly once “Subject” is added, possibly due to changes in how data is grouped in the visualization.
Your metric is currently: SELECT IFNULL(SUM(Sent),0) + 0 - but adding +`0` to the result doesn’t change the value, so this operation is redundant. So I think this can be removed. Perhaps this is causing the issue. If this isn’t the case, I would like to suggest that you add the filter directly in the measure itself, to display rows where Email Volume > 0
Rishi Pawar
10/03/2024, 12:27 PMMichael Ullock
10/03/2024, 12:28 PM