Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
AbhijitBansode
Specialist
Specialist

Change background Image Of Pivot Table Dynamically

My end user wants to view different background image for pivot table depending upon selection in region field.

How to achieve this?

16 Replies
sujeetsingh
Master III
Master III

just go to Expressions<<<<clik on + sign of expression and then fo to Background ooption.....

writ the set analysis expression...

...if(getselection(Field)=100,Red(),Green())

or whatever you need to implement>

neha_shirsath
Specialist
Specialist

Hi Sparten,

Go to chart properties> Visual Ques and give the upper & Lower values as 0 for column. & select the background color.

See the attachment,Hope it will help you.

AbhijitBansode
Specialist
Specialist
Author

Thank you.

but, I dont want to change the background clor instaed i want to change background image.

idea given by you works only for backgroung color.

AbhijitBansode
Specialist
Specialist
Author

Thanks Neha,

This is again related to backgroung color.

I want to change backgroung image of chart.

Not applicable

hi

try this

1. Settings-> User preference -> Design -> Check "Always Show design menu item"

2. Right click on chart -> "Custome format cell"

AbhijitBansode
Specialist
Specialist
Author

Thank you vishwaranjan.

I think this is something similar to what i want.

From where to access/open "Custom Format Cell" dialog box?

sujeetsingh
Master III
Master III

ok then just post a sample and which images you want to change

Not applicable

hi

keeping cursor on any value of pivote table then right clik, then you see the custom format cell option.

neha_shirsath
Specialist
Specialist

Hi Sparten,

You get "Custom Format Cell" option when you right click on the chart,Don't go in the chart properties below you get that option.