<?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 multi-value picklist in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683902#M52081</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to create a multi-value picklist filter with each value has its own unique logic.&lt;/P&gt;&lt;P&gt;in the main table that filter will apply, I create attributes for filter1, filter2, filter3 using&amp;nbsp;IF statement,&lt;/P&gt;&lt;P&gt;and then, I create a filter table using inline:&lt;/P&gt;&lt;P&gt;Load *inline [&lt;/P&gt;&lt;P&gt;Pickname, filter1, filter2, filter3&lt;/P&gt;&lt;P&gt;Pickname1, 'true', ,&lt;/P&gt;&lt;P&gt;Pickname2, ,'true',&lt;/P&gt;&lt;P&gt;Pickname3, ,,'true'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the inline table, I intent for qliksense to ignore attribute that does not have value specified.&amp;nbsp; For example, for Pickname3 row, I want it to ignore filter1, and filter2 values regardless of 'true' or 'false', as long as filter3 has a value of 'true'.&amp;nbsp; Somehow the syntax does not seem work.&amp;nbsp;&amp;nbsp; Also, please provide a better approach if there is one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 18:57:30 GMT</pubDate>
    <dc:creator>QSSR</dc:creator>
    <dc:date>2024-11-16T18:57:30Z</dc:date>
    <item>
      <title>multi-value picklist</title>
      <link>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683902#M52081</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I want to create a multi-value picklist filter with each value has its own unique logic.&lt;/P&gt;&lt;P&gt;in the main table that filter will apply, I create attributes for filter1, filter2, filter3 using&amp;nbsp;IF statement,&lt;/P&gt;&lt;P&gt;and then, I create a filter table using inline:&lt;/P&gt;&lt;P&gt;Load *inline [&lt;/P&gt;&lt;P&gt;Pickname, filter1, filter2, filter3&lt;/P&gt;&lt;P&gt;Pickname1, 'true', ,&lt;/P&gt;&lt;P&gt;Pickname2, ,'true',&lt;/P&gt;&lt;P&gt;Pickname3, ,,'true'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the inline table, I intent for qliksense to ignore attribute that does not have value specified.&amp;nbsp; For example, for Pickname3 row, I want it to ignore filter1, and filter2 values regardless of 'true' or 'false', as long as filter3 has a value of 'true'.&amp;nbsp; Somehow the syntax does not seem work.&amp;nbsp;&amp;nbsp; Also, please provide a better approach if there is one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gia&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683902#M52081</guid>
      <dc:creator>QSSR</dc:creator>
      <dc:date>2024-11-16T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: multi-value picklist</title>
      <link>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683915#M52082</link>
      <description>&lt;P&gt;Can you provide an example of how you are later using the Pick list?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 17:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683915#M52082</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2020-03-11T17:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: multi-value picklist</title>
      <link>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683923#M52083</link>
      <description>&lt;P&gt;Pickname1 is "Next 30 Days", Pickname2 is "No End Date", for example.&amp;nbsp; so the filter (depending on which user selects)&amp;nbsp;will apply to a list table, and only those records that fulfill the criterion will show in the list table.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 18:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683923#M52083</guid>
      <dc:creator>QSSR</dc:creator>
      <dc:date>2020-03-11T18:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: multi-value picklist</title>
      <link>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683976#M52093</link>
      <description>&lt;P&gt;&amp;nbsp;I actually find a work-around to allow qliksense to ignore certain filters by listing all possible values out in the inline table.&amp;nbsp; The multi-value filter actually works now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I doubt this is a smart solution as it is built on the assumption that only same values under the same column names could be used as filters, therefore multiple synthetic keys are generated during data load.&amp;nbsp; Please provide an alternative approach. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 21:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1683976#M52093</guid>
      <dc:creator>QSSR</dc:creator>
      <dc:date>2020-03-11T21:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: multi-value picklist</title>
      <link>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1684297#M52117</link>
      <description>&lt;P&gt;I am trying to use buttons for navigation under visualization bundle to work around this.&amp;nbsp; For example, one button for one value.&amp;nbsp; It seems that I can only specify specific values, rather than define queries in the value field. Have I missed anything?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 20:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/multi-value-picklist/m-p/1684297#M52117</guid>
      <dc:creator>QSSR</dc:creator>
      <dc:date>2020-03-12T20:36:06Z</dc:date>
    </item>
  </channel>
</rss>

