<?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 Select a string field in a table from a variable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126527#M91676</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have a variable input (dropdown) with month (Vmonth) on a Qlik Sense Sheet&lt;/P&gt;
&lt;P&gt;and i would like to filter string value field in a straight table with with this dropdown variable&lt;/P&gt;
&lt;P&gt;How do you select a string field (ie Month Details) with another field in the same table which is linked to a variable(ie [Month name] = {$(Vmonth )} ?&lt;/P&gt;
&lt;P&gt;Thank you very much in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2023 09:03:08 GMT</pubDate>
    <dc:creator>Eugene81</dc:creator>
    <dc:date>2023-10-09T09:03:08Z</dc:date>
    <item>
      <title>Select a string field in a table from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126527#M91676</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have a variable input (dropdown) with month (Vmonth) on a Qlik Sense Sheet&lt;/P&gt;
&lt;P&gt;and i would like to filter string value field in a straight table with with this dropdown variable&lt;/P&gt;
&lt;P&gt;How do you select a string field (ie Month Details) with another field in the same table which is linked to a variable(ie [Month name] = {$(Vmonth )} ?&lt;/P&gt;
&lt;P&gt;Thank you very much in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 09:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126527#M91676</guid>
      <dc:creator>Eugene81</dc:creator>
      <dc:date>2023-10-09T09:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string field in a table from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126533#M91679</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Add the set analysis in a measure to filter the value&lt;/P&gt;
&lt;P&gt;{&amp;lt;[Month Field Name]={"$(&lt;SPAN&gt;Vmonth&amp;nbsp;&lt;/SPAN&gt;)"}&amp;gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 09:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126533#M91679</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-10-09T09:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string field in a table from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126619#M91684</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you very much for your answer, unfortunately it does not work.&lt;BR /&gt;I want the green field on top which is Vmonth to filter month-desc for may in the table (for the example)&lt;/P&gt;
&lt;P&gt;{&amp;lt;[month]={"$(Vmonth )"}&amp;gt;} returns blank&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture d’écran 2023-10-09 145549.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/117893iAFC237C094C850E8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture d’écran 2023-10-09 145549.png" alt="Capture d’écran 2023-10-09 145549.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 13:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126619#M91684</guid>
      <dc:creator>Eugene81</dc:creator>
      <dc:date>2023-10-09T13:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select a string field in a table from a variable</title>
      <link>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126825#M91696</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;below is a example that i have shared please take a look at it it will help you for the same&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Lets assume the field&amp;nbsp;&lt;SPAN&gt;[Term Date]&amp;nbsp;has below dates&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;[Term Date]&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;01/12/2022&lt;BR /&gt;02/12/2022&lt;BR /&gt;03/12/2022&lt;BR /&gt;04/12/2022&lt;BR /&gt;05/12/2022&lt;BR /&gt;&lt;/SPAN&gt;etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;steps&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Create&amp;nbsp;variables vMinDate with expression &lt;BR /&gt;=date(&lt;STRONG&gt;min&lt;/STRONG&gt;([Term Date]&amp;nbsp;))&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Create&amp;nbsp;variables vMaxDate with expression &lt;BR /&gt;=date(&lt;STRONG&gt;max&lt;/STRONG&gt;([Term Date]&amp;nbsp;))&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Then in your measure add a set analysis&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;=SUM({&amp;lt;[Term Date] = {"&amp;gt;=$(vMinDate)&amp;lt;=$(vMaxDate)"}&amp;gt;}[Profit USD])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Link:&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Filter-a-table-with-variables/m-p/2126606#M239060" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Filter-a-table-with-variables/m-p/2126606#M239060&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 10 Oct 2023 02:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-a-string-field-in-a-table-from-a-variable/m-p/2126825#M91696</guid>
      <dc:creator>ajaykakkar93</dc:creator>
      <dc:date>2023-10-10T02:53:36Z</dc:date>
    </item>
  </channel>
</rss>

