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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to set detach in text object

Hi,

can anyone tell me How to set detach in text object?

Regards,

Vijay. M

9 Replies
trdandamudi
Master II
Master II

Not clear what you need ? There is no option to detach a text object.

Anonymous
Not applicable
Author

i need my text object value would be in static while clicking on the another chart it will not affect the text object it will remain same

trdandamudi
Master II
Master II

What is the expression you have in you text object ? Can you please share the expression..

neelamsaroha157
Specialist II
Specialist II

You can use set analysis to ignore any selection.

girirajsinh
Creator III
Creator III

Hi Vijay

What ever expression you are using in Text Object , use it with Set {}, if you are not already.

e,g.

If you are using =sum(Sales)  then make it =sum({1}Sales)

{1} is the complete set and that will disregard the selection you make in filter or other charts and that is how it will detach your Text Object

Anonymous
Not applicable
Author

Capture.PNG

based on  above image

count({<technology={'Sharepoint'}>}EmployeeID)

trdandamudi
Master II
Master II

Give a try on the below:

=count( {1} {<technology={'Sharepoint'}>}EmployeeID)

Or as below:

=count( {1 <technology={'Sharepoint'}>} EmployeeID)

Anonymous
Not applicable
Author

ok thanks i will try it

Anonymous
Not applicable
Author

I know this is an old post

I encountered same problem, Alternative State solved it