Hi @KendallW, I tried as you suggested but still it doesn't seem to work. Below is a part of my Dashboard code: "viz_myN1qvY3": { "type": "splunk.table", "dataSources": { "primary": "ds_Ir18jYj7" }, "title": "Availability By Market", "options": { "backgroundColor": "transparent", "tableFormat": { "rowBackgroundColors": "> table | seriesByIndex(0) | pick(tableAltRowBackgroundColorsByBackgroundColor)", "headerBackgroundColor": "> backgroundColor | setColorChannel(tableHeaderBackgroundColorConfig)", "rowColors": "> rowBackgroundColors | maxContrast(tableRowColorMaxContrast)", "headerColor": "> headerBackgroundColor | maxContrast(tableRowColorMaxContrast)" }, "headerVisibility": "fixed", "fontSize": "small", "columnFormat": { "Availability": { "data": "> table | seriesByName(\"Availability\") | formatByType(AvailabilityColumnFormatEditorConfig)", "rowColors": "> table | seriesByName('Availability') | pick(AvailabilityRowColorsEditorConfig)", "rowBackgroundColors": "> table | seriesByName(\"Availability\") | rangeValue(AvailabilityRowBackgroundColorsEditorConfig)", "align": "center" } } }, "context": { "AvailabilityColumnFormatEditorConfig": { "number": { "thousandSeparated": false, "unitPosition": "after", "precision": 2 } } The Availability column still has values aligned to right.
... View more