Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Making a graph Static in Qlikview

Hi Guys,

Really stuck will explain what im looking to do .

I wanted to have a graph and a table based on companies, so when I click on a company in a drop down it will show only those companies in the table, but the graph will remain the same.

I've tried detaching the graph but when I upload or save the detach doesn't stay, any suggestions really appreciated !

Thanks

Sarah

1 Solution

Accepted Solutions
cspencer3
Creator II
Creator II

You could also put the Chart in an Alternate State, but then it would not be affected by any other selections unless they happen in the same state.

View solution in original post

5 Replies
Not applicable
Author

In the chart's expression, try using {1} in your expression which should ignore selections. For example Sum({1} Sales)

veidlburkhard
Creator III
Creator III

Hi Sarah,

you have to change the expression in your chart by means of set analysis and suppress the possible selection of companies by {$<company =>} ...

Burkhard

cspencer3
Creator II
Creator II

You could also put the Chart in an Alternate State, but then it would not be affected by any other selections unless they happen in the same state.

Not applicable
Author

Thanks Guys, so if I replace the current field which is called LeaseCo with {$<LeaseCo>} will that work or do I need to add this into the fomula somewhere

Not applicable
Author

Thanks for your help guys it works fine now