Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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