Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
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
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
Hi,
you can even use alternate states and places this chart in different state.
Regards
ASHFAQ
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.
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.
they'll see it if the hoover the caption bar.