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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rontillis
Contributor
Contributor

Filtering ng-repeat in a Widget

I'm trying to figure out how to filter the widget table provided as one of the "Insert" examples in the widget editor.  I am able to filter when listing dimensions or measures using 'qw-sys-info' examples, but not with a data table.

This does not work:

<ul ng-repeat="row in data.rows | filter: 'filter string'">

  <li ng-repeat="cell in row.cells">

   {{cell.qText}}

  </li>

</ul>

Removing the pipe and 'filter string' displays the table or putting the not ! in front of the string displays all rows as well.

Any help would be appreciated.

0 Replies