Hi, I’m working with a map widget and I want to know if its possible to show only one variable (the location of the device) on the infobox. I added another variable on the same widget only to modify the pin icon in the map, but I don’t want to show it on the infobox.
Inside this page, you have the possibility to show infobox variables as text or as an icon. If you choose an icon, you can supply conditions to change the icon based on the variable’s value.
The trick here is to use an icon and set the condition to something that will never occur. Notice how I set the variable2 field to appear as an icon, but its value will never be equal to ‘test’.
Now, when you access the map you will see that only one of the variables are being shown. The variable2 is not appearing because the icon condition doesn’t match.
I tried to use your example to ‘hide’ a variable in the infobox but I will always get the variable value displayed in the infobox. How can I remove the value text from the infobox:
I am trying to add variables to a infobox in a bluesprint map widget, but i don’t see in the configurations where to set these variables. I send the variables to the same bucket and i define a group ID for these variables.