HI,
I was wondering if anybody knows a way to add or substract values in maps?
I have a overview map with several submaps where we are running a number of hotspot servers.
My goal is to display the combined number of hotspot users on the overview map under the symbol of the submap.
Currently i am displaying the active users from the 3 hotspot servers this way:
But it shows up "active 1+2+3" instead of "active 6"
Is there a way to add these results in the label section? or do i have to make a calculated item under the host group in order to display?
I was wondering if anybody knows a way to add or substract values in maps?
I have a overview map with several submaps where we are running a number of hotspot servers.
My goal is to display the combined number of hotspot users on the overview map under the symbol of the submap.
Currently i am displaying the active users from the 3 hotspot servers this way:
Code:
active:{HGB01:hotspot.users.active.last(0)}+ {HGB02:hotspot.users.active.last(0)}+ {HGB03:hotspot.users.active.last(0)}+ {HGB04:hotspot.users.active.last(0)}
Is there a way to add these results in the label section? or do i have to make a calculated item under the host group in order to display?
Comment