Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mtabernad
Partner - Creator
Partner - Creator

Problem with info bubble

Hi community,

I am trying to show a bar plot in a bubble layer. My html code is as follows:

'<div style="position: relative; width: 550px; height: 320px; background-color: white; color: rgb(68, 68, 68);">'&
' <div id="up_panel" style="position: relative; width: 100%; height: 20%; ">'&
' <span style="font-size: 20px; font-weight: bold; margin-top: 10px; padding-left: 5px;">' &
[Nombre IICC] &
' </span>' &
' <img style="height: 100%; float: right; margin-right: 5px; margin-left: 5px;" src="/content/Suez/logo_' & replace(Operator, ' ', '_') & '.png">' &
' </div>'&
' <div style="position: relative; width: 100%; height: 80%;">'&
if ( only(Securizable) = 1,
' <div id="left_panel_one" style="position: relative; width: 50%; height: 100%;float:left;">'&
' </div>')&
' <div style="position: relative; width: 50%; height: 100%; float: left; overflow-wrap: break-word; ">'&
' <div id="right_panel_one" style="position: relative; height: 25%; padding-left: 5px;">' &

' </div>'&
' <div id="right_panel_two" style="position: relative; height: 37.5%; padding-left: 5px;">'&
' <h1>CISO</h1>' &
' <p>' &
only({<[Responsible position]={'CISO'} >} [CISO]) &
' </p>' &
' <p>' &
' <a href="Email' & only({<[Responsible position]={'CISO'} >} [CISO]) &
' ">' & only({<[Responsible position]={'CISO'} >} [Datos Ciso]) &
' </a>' &
' </p>' &
' </div>' &
' </div>' &
' </div>' &
'</div>' &
'<script>' &
' var app = qlik.currApp(); ' &
' app.variable.setStringValue("vLocation","' & [Nombre IICC] & '");' &
' app.getObject("left_panel_one","zAfkg",{noSelections: false});' &
'</script>'

 

It shows up like this:

 

capture27.png

The problem is that the graphic is static (it shows the average of all infrastructures independently what bubble I click on), it should show up different results according to the "infrastructure" you click on the map. I mean, it should change in every different bubble. Down below, I show what should be showing up for a random infrastructre:

capture28.png

 

Could anyone help me please?

 

Thank you in advance!

Labels (3)
1 Reply
mtabernad
Partner - Creator
Partner - Creator
Author

Nobody?