Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Team,
my application having around 20 charts(different charts) and 20 tables,i want to change charts background color and tables font & size.
for that i want to pass 1 variable to change color and 1 variable to change font without doing manually one by one.if i pass variable value as a 10 then it should reflect all tables font size.
Regards
..........
Hi Bab,
Can you tell us the need for this requirement, is user wants to change the background colors?
-Jay
Yes,for all tables client want to implement font as "Calibri" and size "10" and background colors also
if you create a variable
let vChartColor = RGB(100,100,100);
Under the color-settings you are trying to change, select Calculated and write: $(vChartColor) in the box. Do this for all your charts.
then if you want to change the colors of all the charts simply change the vChartColor-variable and they will all update with new colors.
The fonts can be change under document properties -> Fonts. There you can apply it to all objects.
Try the Format Painter technique
Look into this demo application in qlik. you might get an idea to implement user preferred colours and fonts.
Thanks Simen,
This method is working for all objects except chart.