Hi @ErikG Thanks for clarifying that! I replicated the analysis in Arena. Here is it’s definition:
"Definition": {
"DataSetIdentifierDeclarations": [
{
"Identifier": "dataset",
"DataSetArn": "arn:aws:quicksight:us-east-1:1234XXXXXXXX:dataset/DSET-CU-7258-dataset"
}
],
"Sheets": [
{
"SheetId": "7aa1abb8-4166-45a0-bc78-f9ee9b3551ce",
"Name": "Sheet 1",
"ParameterControls": [
{
"Dropdown": {
"ParameterControlId": "b58d3051-00f8-42d3-af7b-30b2875d882a",
"Title": "Incidents",
"SourceParameterName": "Incidents",
"DisplayOptions": {
"SelectAllOptions": {
"Visibility": "VISIBLE"
},
"TitleOptions": {
"Visibility": "VISIBLE",
"FontConfiguration": {
"FontSize": {
"Relative": "MEDIUM"
}
}
}
},
"Type": "MULTI_SELECT",
"SelectableValues": {
"Values": [
"deice",
"fmsupdate",
"occurence",
"safarampcheck"
]
}
}
}
],
"Visuals": [
{
"TableVisual": {
"VisualId": "641f7790-c337-417b-a1ab-fe6cd40f14b1",
"Title": {
"Visibility": "VISIBLE"
},
"Subtitle": {
"Visibility": "VISIBLE"
},
"ChartConfiguration": {
"FieldWells": {
"TableAggregatedFieldWells": {
"GroupBy": [
{
"NumericalDimensionField": {
"FieldId": "s3LogicalTableMap.flightid.0.1741002225437",
"Column": {
"DataSetIdentifier": "dataset",
"ColumnName": "flightid"
}
}
},
{
"CategoricalDimensionField": {
"FieldId": "s3LogicalTableMap.deice.1.1741002234171",
"Column": {
"DataSetIdentifier": "dataset",
"ColumnName": "deice"
}
}
},
{
"CategoricalDimensionField": {
"FieldId": "s3LogicalTableMap.safarampcheck.3.1741002246107",
"Column": {
"DataSetIdentifier": "dataset",
"ColumnName": "safarampcheck"
}
}
},
{
"CategoricalDimensionField": {
"FieldId": "s3LogicalTableMap.fmsupdate.2.1741002241891",
"Column": {
"DataSetIdentifier": "dataset",
"ColumnName": "fmsupdate"
}
}
},
{
"CategoricalDimensionField": {
"FieldId": "s3LogicalTableMap.occurence.4.1741002250707",
"Column": {
"DataSetIdentifier": "dataset",
"ColumnName": "occurence"
}
}
}
],
"Values": []
}
},
"SortConfiguration": {}
},
"Actions": []
}
}
],
"Layouts": [
{
"Configuration": {
"GridLayout": {
"Elements": [
{
"ElementId": "641f7790-c337-417b-a1ab-fe6cd40f14b1",
"ElementType": "VISUAL",
"ColumnIndex": 0,
"ColumnSpan": 31,
"RowIndex": 0,
"RowSpan": 18
}
]
}
}
}
],
"SheetControlLayouts": [
{
"Configuration": {
"GridLayout": {
"Elements": [
{
"ElementId": "b58d3051-00f8-42d3-af7b-30b2875d882a",
"ElementType": "PARAMETER_CONTROL",
"ColumnSpan": 2,
"RowSpan": 1
}
]
}
}
}
],
"ContentType": "INTERACTIVE"
}
],
"CalculatedFields": [
{
"DataSetIdentifier": "dataset",
"Name": "__IncidentCondition__",
"Expression": "ifelse(\n (\n in('deice', ${Incidents}) AND deice = 'Performed'\n ) OR (\n in('safarampcheck', ${Incidents}) AND safarampcheck = 'True'\n ) OR (\n in('fmsupdate', ${Incidents}) AND fmsupdate = 'True'\n ) OR (\n in('occurence', ${Incidents}) AND occurence = 'True'\n ),\n 'Show', \n 'Hide' \n)"
}
],
"ParameterDeclarations": [
{
"StringParameterDeclaration": {
"ParameterValueType": "MULTI_VALUED",
"Name": "Incidents",
"DefaultValues": {
"StaticValues": [
"deice",
"fmsupdate",
"occurence",
"safarampcheck"
]
},
"ValueWhenUnset": {
"ValueWhenUnsetOption": "RECOMMENDED_VALUE"
}
}
}
],
"FilterGroups": [
{
"FilterGroupId": "b5b6bad0-3ca6-4a99-9be8-5ba175d78676",
"Filters": [
{
"CategoryFilter": {
"FilterId": "95e202fe-3937-45fe-895b-ce6447f5afd3",
"Column": {
"DataSetIdentifier": "dataset",
"ColumnName": "__IncidentCondition__"
},
"Configuration": {
"FilterListConfiguration": {
"MatchOperator": "CONTAINS",
"CategoryValues": [
"Show"
],
"NullOption": "NON_NULLS_ONLY"
}
}
}
}
],
"ScopeConfiguration": {
"SelectedSheets": {
"SheetVisualScopingConfigurations": [
{
"SheetId": "7aa1abb8-4166-45a0-bc78-f9ee9b3551ce",
"Scope": "SELECTED_VISUALS",
"VisualIds": [
"641f7790-c337-417b-a1ab-fe6cd40f14b1"
]
}
]
}
},
"Status": "ENABLED",
"CrossDataset": "SINGLE_DATASET"
}
],
"AnalysisDefaults": {
"DefaultNewSheetConfiguration": {
"InteractiveLayoutConfiguration": {
"Grid": {
"CanvasSizeOptions": {
"ScreenCanvasSizeOptions": {
"ResizeOption": "FIXED",
"OptimizedViewPortWidth": "1600px"
}
}
}
},
"SheetContentType": "INTERACTIVE"
}
},
"Options": {
"WeekStart": "SUNDAY"
}
}
}