<?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: If statement with multiple values selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-values-selection/m-p/1887010#M73077</link>
    <description>&lt;P&gt;&lt;SPAN&gt;If(WildMatch(Field, 'a*', 'b*'), 'Group1')&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jan 2022 11:03:50 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-01-31T11:03:50Z</dc:date>
    <item>
      <title>If statement with multiple values selection</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-values-selection/m-p/1887006#M73075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to create a statement with a list of values to choose from, something like 'in' statement in qlik ( charts script)&lt;/P&gt;
&lt;P&gt;Exemplary,&amp;nbsp; if we have a list of values&amp;nbsp;&lt;SPAN&gt;{a,b,c,d,e,f}, this is what i would like to acheive:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if Field in 'a*','b*' then 'Group1'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Obviously when trying :&amp;nbsp; = if(Field like&amp;nbsp;'a*' or 'b*'), Group1&amp;nbsp; , query takes only values with 'a*' . Of course one could end up making 6 nested if statement, but this is the worst-case scenario due to long loading of charts.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 10:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-values-selection/m-p/1887006#M73075</guid>
      <dc:creator>Mt3</dc:creator>
      <dc:date>2022-01-31T10:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: If statement with multiple values selection</title>
      <link>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-values-selection/m-p/1887010#M73077</link>
      <description>&lt;P&gt;&lt;SPAN&gt;If(WildMatch(Field, 'a*', 'b*'), 'Group1')&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 11:03:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-statement-with-multiple-values-selection/m-p/1887010#M73077</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-01-31T11:03:50Z</dc:date>
    </item>
  </channel>
</rss>

