Hiding a tooltip value from the generated map

Hello Helical Insight Team,
We are using Helical Insight 4.0 EE.
In condition based map script by default a measure column is used for condition. I have added the integer column in query by that I am able to achieve the condition based map pointer color function but we don’ t need to show the integer column in the map ,if i hide the integer column field the script is not working. Please help
image

Thank You,
Jam.

Hello Jam,

We can’t hide the column, it must be part of selection. Though from tooltip (pop up) on hover of the icon, we can remove it.

In the report edit in CSS you can put CSS like below to hide. Whichever data you want to hide accordingly that rownumber you can put in the below:

*.table_row_4{*

*display: none !important;*

*}*

image

Thank You,
Helical Insight.