<?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 How to sort the hubdb data, if hubdb table particular column is checked in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/776501#M33558</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Raghavendra_0-1680249123604.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/88451iA48D3B4A0AE3523E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Raghavendra_0-1680249123604.png" alt="Raghavendra_0-1680249123604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="applynow" class="GrowingTeamOuterWrapper" style="background-color:{{ module.style.background_color.color }};padding: {{ module.style.padding_top }}px 0px {{ module.style.padding_bottom }}px;"&amp;gt;&lt;BR /&gt;&amp;lt;div class="page-center"&amp;gt;&lt;BR /&gt;&amp;lt;div class="GrowingTeamHeading"&amp;gt;&lt;BR /&gt;&amp;lt;h2 style="color:{{ module.style.heading_color.color }};"&amp;gt;{{ module.heading }}&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;p style="color:{{ module.style.content_color.color }};"&amp;gt;{{ module.content }}&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% set table_headline = hubdb_table_column(module.hubdbtable_field, "region_v2").options %}&lt;BR /&gt;&amp;lt;div class="FilterColumn"&amp;gt;&lt;BR /&gt;&amp;lt;select&amp;gt;&lt;BR /&gt;&amp;lt;option value="all"&amp;gt;Filter by region&amp;lt;/option&amp;gt;&lt;BR /&gt;{% for varName in table_headline %}&lt;BR /&gt;{% set region = varName.name %}&lt;BR /&gt;&amp;lt;option value="{{ region }}"&amp;gt;{{ region }}&amp;lt;/option&amp;gt;&lt;BR /&gt;{% endfor %}&lt;BR /&gt;&amp;lt;/select&amp;gt;&lt;BR /&gt;&amp;lt;div class="pagination-container"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% set table_toget_col = hubdb_table_rows(module.hubdbtable_field) %}&lt;BR /&gt;&amp;lt;div class="GrowingTeamInnerWrapper"&amp;gt;&lt;BR /&gt;{% for row_toget_col in table_toget_col %}&lt;BR /&gt;{% if (row_toget_col['close_date'] &amp;gt;= unixtimestamp(local_dt))%}&lt;BR /&gt;&amp;lt;div class="GrowingTeamCol {% for row_multi in row_toget_col.region_v2 %} {{ row_multi.name|replace(' ', '-')|replace('/', '-')|replace('---', '-') }} {% endfor %}"&amp;gt;&lt;BR /&gt;&amp;lt;div class="LabelCol"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;{% for row_multi in row_toget_col.region_v2 %} {{ row_multi.name }}{% if not loop.last %}, {% endif %} {% endfor %}&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="HeadingWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;{{ row_toget_col.job_title }}&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="DetailsWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;ul&amp;gt;&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;img src="&lt;A href="https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20feather-map-pin.svg" target="_blank" rel="noopener"&gt;https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20feather-map-pin.svg&lt;/A&gt;"&amp;gt; {% for row_loc in row_toget_col.location %} {{ row_loc.name }} {% endfor %}&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;img src="&lt;A href="https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20metro-calendar.svg" target="_blank" rel="noopener"&gt;https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20metro-calendar.svg&lt;/A&gt;"&amp;gt; Apply by: {{ row_toget_col.close_date|datetimeformat('%B %d %Y') }}&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="DescriptionWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;{{ row_toget_col.short_description }}&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="BtnWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;a href="{{ row_toget_col.job_description_link }}"&amp;gt;Find out more&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% endfor %}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="pagination-container"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" target="_blank" rel="noopener"&gt;https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js&lt;/A&gt;" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.6/jquery.simplePagination.js" target="_blank" rel="noopener"&gt;https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.6/jquery.simplePagination.js&lt;/A&gt;" integrity="sha512-6Hh5t357FBmgv+xCBoaF9Gbk6sEF00WCH5wC8R1uieSL1R4pN2HFZx/cyE/TdfW+dxtOBWcHF1ZYdV8XLbpprA==" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.FilterColumn select, .HeadingWrapper h2, .DetailsWrapper ul li,.DescriptionWrapper p{&lt;BR /&gt;color: {{ module.style.content_color.color }};&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the checked column data should display first, rest data should display last&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 07:52:10 GMT</pubDate>
    <dc:creator>Raghavendra</dc:creator>
    <dc:date>2023-03-31T07:52:10Z</dc:date>
    <item>
      <title>How to sort the hubdb data, if hubdb table particular column is checked</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/776501#M33558</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Raghavendra_0-1680249123604.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/88451iA48D3B4A0AE3523E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Raghavendra_0-1680249123604.png" alt="Raghavendra_0-1680249123604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="applynow" class="GrowingTeamOuterWrapper" style="background-color:{{ module.style.background_color.color }};padding: {{ module.style.padding_top }}px 0px {{ module.style.padding_bottom }}px;"&amp;gt;&lt;BR /&gt;&amp;lt;div class="page-center"&amp;gt;&lt;BR /&gt;&amp;lt;div class="GrowingTeamHeading"&amp;gt;&lt;BR /&gt;&amp;lt;h2 style="color:{{ module.style.heading_color.color }};"&amp;gt;{{ module.heading }}&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;p style="color:{{ module.style.content_color.color }};"&amp;gt;{{ module.content }}&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% set table_headline = hubdb_table_column(module.hubdbtable_field, "region_v2").options %}&lt;BR /&gt;&amp;lt;div class="FilterColumn"&amp;gt;&lt;BR /&gt;&amp;lt;select&amp;gt;&lt;BR /&gt;&amp;lt;option value="all"&amp;gt;Filter by region&amp;lt;/option&amp;gt;&lt;BR /&gt;{% for varName in table_headline %}&lt;BR /&gt;{% set region = varName.name %}&lt;BR /&gt;&amp;lt;option value="{{ region }}"&amp;gt;{{ region }}&amp;lt;/option&amp;gt;&lt;BR /&gt;{% endfor %}&lt;BR /&gt;&amp;lt;/select&amp;gt;&lt;BR /&gt;&amp;lt;div class="pagination-container"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% set table_toget_col = hubdb_table_rows(module.hubdbtable_field) %}&lt;BR /&gt;&amp;lt;div class="GrowingTeamInnerWrapper"&amp;gt;&lt;BR /&gt;{% for row_toget_col in table_toget_col %}&lt;BR /&gt;{% if (row_toget_col['close_date'] &amp;gt;= unixtimestamp(local_dt))%}&lt;BR /&gt;&amp;lt;div class="GrowingTeamCol {% for row_multi in row_toget_col.region_v2 %} {{ row_multi.name|replace(' ', '-')|replace('/', '-')|replace('---', '-') }} {% endfor %}"&amp;gt;&lt;BR /&gt;&amp;lt;div class="LabelCol"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;{% for row_multi in row_toget_col.region_v2 %} {{ row_multi.name }}{% if not loop.last %}, {% endif %} {% endfor %}&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="HeadingWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;h2&amp;gt;{{ row_toget_col.job_title }}&amp;lt;/h2&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="DetailsWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;ul&amp;gt;&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;img src="&lt;A href="https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20feather-map-pin.svg" target="_blank" rel="noopener"&gt;https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20feather-map-pin.svg&lt;/A&gt;"&amp;gt; {% for row_loc in row_toget_col.location %} {{ row_loc.name }} {% endfor %}&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;li&amp;gt;&amp;lt;img src="&lt;A href="https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20metro-calendar.svg" target="_blank" rel="noopener"&gt;https://fs.hubspotusercontent00.net/hubfs/5217051/IQGeo-2021/Careers-Page/Icon%20metro-calendar.svg&lt;/A&gt;"&amp;gt; Apply by: {{ row_toget_col.close_date|datetimeformat('%B %d %Y') }}&amp;lt;/li&amp;gt;&lt;BR /&gt;&amp;lt;/ul&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="DescriptionWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;p&amp;gt;{{ row_toget_col.short_description }}&amp;lt;/p&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="BtnWrapper"&amp;gt;&lt;BR /&gt;&amp;lt;a href="{{ row_toget_col.job_description_link }}"&amp;gt;Find out more&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;{% endif %}&lt;BR /&gt;{% endfor %}&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="pagination-container"&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;script src="&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" target="_blank" rel="noopener"&gt;https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js&lt;/A&gt;" integrity="sha512-+NqPlbbtM1QqiK8ZAo4Yrj2c4lNQoGv8P79DPtKzj++l5jnN39rHA/xsqn8zE9l0uSoxaCdrOgFs6yjyfbBxSg==" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script src="&lt;A href="https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.6/jquery.simplePagination.js" target="_blank" rel="noopener"&gt;https://cdnjs.cloudflare.com/ajax/libs/simplePagination.js/1.6/jquery.simplePagination.js&lt;/A&gt;" integrity="sha512-6Hh5t357FBmgv+xCBoaF9Gbk6sEF00WCH5wC8R1uieSL1R4pN2HFZx/cyE/TdfW+dxtOBWcHF1ZYdV8XLbpprA==" crossorigin="anonymous"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;style&amp;gt;&lt;BR /&gt;.FilterColumn select, .HeadingWrapper h2, .DetailsWrapper ul li,.DescriptionWrapper p{&lt;BR /&gt;color: {{ module.style.content_color.color }};&lt;BR /&gt;&amp;lt;/style&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the checked column data should display first, rest data should display last&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 07:52:10 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/776501#M33558</guid>
      <dc:creator>Raghavendra</dc:creator>
      <dc:date>2023-03-31T07:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the hubdb data, if hubdb table particular column is checked</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/779357#M33703</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/539511"&gt;@Raghavendra&lt;/a&gt;, thank you for posting in our Community!&lt;/P&gt;
&lt;P&gt;I want to invite our top experts to share their thoughts&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/191804"&gt;@Brownstephen101&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/166093"&gt;@miljkovicmisa&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/133"&gt;@stefen&lt;/a&gt;&amp;nbsp;any recommendations for&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/539511"&gt;@Raghavendra&lt;/a&gt;?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 14:59:36 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/779357#M33703</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2023-04-07T14:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the hubdb data, if hubdb table particular column is checked</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/779907#M33720</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/60427"&gt;@PamCotton&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/539511"&gt;@Raghavendra&lt;/a&gt;&amp;nbsp;you can use the following argument in your table rows function:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% set table_toget_col = hubdb_table_rows(module.hubdbtable_field, "&amp;amp;orderBy=the_column_name_with_checkmarks") %}&lt;/LI-CODE&gt;
&lt;P&gt;If you want the order reversed you can add a - symbol right before the column name like so:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% set table_toget_col = hubdb_table_rows(module.hubdbtable_field, "&amp;amp;orderBy=-the_column_name_with_checkmarks") %}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 13:49:09 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/779907#M33720</guid>
      <dc:creator>stefen</dc:creator>
      <dc:date>2023-04-10T13:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort the hubdb data, if hubdb table particular column is checked</title>
      <link>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/780323#M33748</link>
      <description>&lt;P&gt;thanks it is working its my mistake..&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 12:13:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/How-to-sort-the-hubdb-data-if-hubdb-table-particular-column-is/m-p/780323#M33748</guid>
      <dc:creator>Raghavendra</dc:creator>
      <dc:date>2023-04-11T12:13:00Z</dc:date>
    </item>
  </channel>
</rss>

