Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
can anyone tell me How to set detach in text object?
Regards,
Vijay. M
Not clear what you need ? There is no option to detach a text object.
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
What is the expression you have in you text object ? Can you please share the expression..
You can use set analysis to ignore any selection.
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
based on above image
count({<technology={'Sharepoint'}>}EmployeeID)
Give a try on the below:
Or as below:
ok thanks i will try it
I know this is an old post
I encountered same problem, Alternative State solved it