Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
detmawin
Contributor III
Contributor III

Bind Dimension to Button Widget

I am trying to use the 3 button widget in Dev Hub.  It is set to use three dimensions, one for each button to control the dimension.  I am not sure how to bind the dimension to the dimension.

<br><div class="lui-buttongroup">

<ul style="margin-left: 20px;">

  <li ng-repeat="dimension in dimensions" ng-bind="dimension.qMeta.title">

</li></ul>

<button class="lui-button">

  {{row.dimensions[0].qText}}

</button>

<button class="lui-button">

  {{row.dimensions[0].qText}}

</button>

<button class="lui-button">

  {{row.dimensions[0].qText}}

</button>

</div><br>

0 Replies