Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
The custom theme changes does not seem to get applied to the selections made at a straight table box. Is this a bug or any missing configurations causing this.
Using Qlik Sense Enterprise on Windows May 2025 P3.
Theme.json of the custom theme.
{
"_inherit": true,
"_variables": {
"@TitleSize": "16px",
"@SubtitleSize": "15px",
"@TextSize": "12px",
"@FooterSize": "10px",
"@TitleColor": "#154565",
"@SubtitleColor": "#888888",
"@TextColor": "#888888",
"@FooterColor": "#888888",
"@BackgroundColor": "#ecf5f5",
"@AxisMajorColor": "#ffffff",
"@AxisMinorColor": "#ffffff"
},
"customStyles": [
{
"cssRef": "theme.css",
"classRef": "sense-theme"
}
],
"color": "@TextColor",
"fontSize": "@TextSize",
"backgroundColor": "@BackgroundColor",
"dataColors": {
"selected": "#0363ff",
"alternative": "#a8c9ff",
"excluded": "#ffaf03",
"selectedExcluded": "#ffe58f",
"possible": "#ffffff"
},
"object": {
"title": {
"main": {
"color": "@TitleColor",
"fontSize": "@TitleSize"
},
"subTitle": {
"color": "@SubtitleColor",
"fontSize": "@SubtitleSize"
},
"footer": {
"color": "@FooterColor",
"fontSize": "@FooterSize",
"backgroundColor": "#ffffff"
}
},
"label": {
"name": {
"color": "@TextColor",
"fontSize": "@TextSize"
},
"value": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
},
"axis": {
"title": {
"color": "@TextColor",
"fontSize": "@TextSize"
},
"label": {
"name": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
},
"line": {
"major": {
"color": "@AxisMajorColor"
},
"minor": {
"color": "@AxisMinorColor"
}
}
},
"grid": {
"line": {
"highContrast": {
"color": "#eeeeee"
},
"major": {
"color": "#eeeeee"
},
"minor": {
"color": "#eeeeee"
}
}
},
"referenceLine": {
"label": {
"name": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
},
"outOfBounds": {
"color": "@TextColor",
"backgroundColor": "#ffffff",
"fontSize": "@TextSize"
}
},
"legend": {
"title": {
"color": "@TextColor",
"fontSize": "@TextSize"
},
"label": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
}
},
"palettes": {
"data": [
{
"name": "ClearPeaks Palette",
"translation": "New dimension colors description",
"propertyValue": "4n7tav",
"type": "row",
"scale": [
"#154464",
"#00AFB1",
"#2F6E9A",
"#B0D9DB"
]
}
],
"ui": []
},
"scales": [
{
"name": "New measure colors",
"translation": "New measure colors description",
"type": "class",
"propertyValue": "kaqsrg",
"scale": [
"#00afb1",
"#154464",
"#2F6E9A"
]
}
]
}
Thanks,
Aadil
Hello aadil_madarveet
Did you ever find a solution to this issue? Currently facing this myself and can't seem to figure this out. Selections within objects other than the filterpane seem to not inherit any changes to selection colours.
There's not a way to do this with custom table themes; you can set alternating colors for the columns and set the first and last column colors, but that's as close as you can get.
From the Table Design ribbon, drop down the Table Styles menu and select New Table Style and go from there.