Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
wcoleman0908
Partner - Contributor III
Partner - Contributor III

Qlik Sense DEV HUB extension

I'm trying to pass a variable setup in the App while in an extension i created. The variable will be added to the HREF= section of the extension HTML in the dropdown MENU object as seen below. The below does NOT work, any ideas on how to fix?

<li class="dropdown">
    <a href="javascript&colon;void(0)" class="dropbtn">StreamName</a>
    <div class="dropdown-content">
      <a href="=$(vVariable 1)" target="_blank" title="">Dashboard 1 Name</a>
      <a href="=$(vVariable 2)" target="_blank" title="">Dashboard 2 Name</a>
      <a href="=$(vVariable 3)" target="_blank" title="">Dashboard 3 Name</a>
    </div>
  </li>

Note: the extension consist of HTML/CSS Only, no JS

Labels (2)
0 Replies
Community Browser