Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make a chart permanently detached ?

Hi i am looking to make a chart permanently detached and no filters should be applied on it anytime. Also how to make the text "(Detached)" that appears in the charts title bar disappear ?

6 Replies
MayilVahanan

Hi

Try like this

Chart properties -> General ->

Select the check box - Read Only.

Edit:

And also, use {1} in the expression. ex: sum({1}sales)

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

you can disconnect the chart then it will ignore all changes. you can achieve this by right clicking on it and select disconnect.

I hope this helps.

regards,

MT

ashfaq_haseeb
Champion III
Champion III

Hi,

you can even use alternate states and places this chart in different state.

Regards

ASHFAQ

christian77
Partner - Specialist
Partner - Specialist

Hi.

Detach is more like an user property. If you detach an object, it'll show the data that had exactly in the moment it was detached. From that point, filters won't change anything in that graph or object.

I've just made a test. I have detached an object. When I reload, it attaches itself again. .

If only a static object is needed, let's make a picture a leave it there forever. That's what detach means. It is another feature of Qlik.

In I would use markers, instead of detaching.

Using sum({1} Sales) is apossibility too. In that case you don't need to detach nor mark anything. It'll be always the whole thing.

You can use sum({EA01} Sales) also as an alternate state.

I hope it helps.

christian77
Partner - Specialist
Partner - Specialist

Anyway, you can try this in your caption bar:

='YOUR TITLE ' & CHR(10)

CHR(10) (feed line) OR CHR(13) (enter or backwards), both are good. That breaks the line, so nobody can see it.

christian77
Partner - Specialist
Partner - Specialist

they'll see it if the hoover the caption bar.