<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic HubDB Filtering With Params in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/HubDB-Filtering-With-Params/m-p/459000#M24043</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I'm using the code below to display the options within a multi-select hubdb table; if I only want to show the options for rows of a certain type, how would I do that?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Use case: on a page called Loss Prevention Forms, I only want to show rows that have form_type='loss prevention'. To take that one step further, I also want to show row.category in a sidebar filter (but only for the forms matching the previously stated criteria). I believe I'm close, but my code is not returning anything. See below. Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{% set table_info = hubdb_table_rows('2664478') %}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{% if row.form_type in table_info is containing 'Loss Prevention' %}&lt;BR /&gt;{% for choice in hubdb_table_column(2664478, 4).options %}&lt;BR /&gt;&amp;lt;div class="checkbox"&amp;gt;&lt;BR /&gt;&amp;lt;input type="checkbox" value=".{{ choice.name|replace(' ','-')|lower }}"&amp;gt; &amp;lt;label class="checkbox-label"&amp;gt;{{ choice.name }}&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endfor %}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{% endif %}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-07-14 at 9.39.35 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/46253i486787355DA13625/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-07-14 at 9.39.35 AM.png" alt="Screen Shot 2021-07-14 at 9.39.35 AM.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jul 2021 13:42:39 GMT</pubDate>
    <dc:creator>cives</dc:creator>
    <dc:date>2021-07-14T13:42:39Z</dc:date>
  </channel>
</rss>

