<?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 Re: Setting dynamic filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509066#M104654</link>
    <description>&lt;P&gt;&amp;nbsp;=metadata_run_number=Max({1} TOTAL metadata_run_number)&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 15:43:32 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2025-03-10T15:43:32Z</dc:date>
    <item>
      <title>Setting dynamic filters</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509044#M104645</link>
      <description>&lt;P&gt;Hey!&lt;/P&gt;
&lt;P&gt;I would like to know if it is possible to set the filters dynamically.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for the situation below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-03-10 at 15.48.22.png" style="width: 636px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178324iB8B6675153E94792/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-03-10 at 15.48.22.png" alt="Screenshot 2025-03-10 at 15.48.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;outcome should always be 'failed'&lt;/P&gt;
&lt;P&gt;run_number should be the highest value available (every new entry will add an incremented run_number)&lt;/P&gt;
&lt;P&gt;run_attempt should be the highest available (sometimes it could be 1, sometimes 2 etc.) this value changes based on the run_number field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible? the point is that i won't need to set those values manually every time i open my app.&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:00:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509044#M104645</guid>
      <dc:creator>revokark</dc:creator>
      <dc:date>2025-03-10T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting dynamic filters</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509052#M104649</link>
      <description>&lt;P&gt;See this support video on how to create a dynamic default bookmark, this is what you need:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/video/tFyqOigqnUw" target="_blank"&gt;https://help.qlik.com/en-US/video/tFyqOigqnUw&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 14:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509052#M104649</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-03-10T14:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Setting dynamic filters</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509062#M104652</link>
      <description>&lt;P&gt;Thanks Henrik&lt;/P&gt;
&lt;P&gt;So i've watched the video but still wasn't able to get the highest value from the run_number.&lt;/P&gt;
&lt;P&gt;Can you help with that?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 15:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509062#M104652</guid>
      <dc:creator>revokark</dc:creator>
      <dc:date>2025-03-10T15:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setting dynamic filters</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509066#M104654</link>
      <description>&lt;P&gt;&amp;nbsp;=metadata_run_number=Max({1} TOTAL metadata_run_number)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 15:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509066#M104654</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-03-10T15:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting dynamic filters</title>
      <link>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509075#M104656</link>
      <description>&lt;P&gt;Note that since run_attempt's max value should be based based on the selected run_number, you probably need to use set analysis to get that one right. Possibly:&lt;/P&gt;
&lt;P&gt;=metadata_run_attempt=max(&lt;FONT color="#0000FF"&gt;{1&amp;lt;metadata_run_number={$(=&lt;SPAN&gt;Max({1} TOTAL metadata_run_number&lt;/SPAN&gt;)}&amp;gt;}&lt;/FONT&gt; total metadata_run_attempt)&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 15:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Setting-dynamic-filters/m-p/2509075#M104656</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-03-10T15:57:24Z</dc:date>
    </item>
  </channel>
</rss>

