<?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: Excluding two products and combining two markets in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1908776#M74908</link>
    <description>&lt;P&gt;HI I got the correct expression:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;'Brand_Market={"NS Range","Gilenya Market"},Brand_Product-={"Gilenya","Mayzent"}'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2022 13:19:47 GMT</pubDate>
    <dc:creator>niranjana</dc:creator>
    <dc:date>2022-03-23T13:19:47Z</dc:date>
    <item>
      <title>Excluding two products and combining two markets</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1906366#M74713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have a requirement where I have to show two markets: all products in first market and in second market all products except two.&lt;/P&gt;
&lt;P&gt;In variable input, the variable is vBrandMarket. For showing products of one market , I have hardcoded as 'Brand_Market={"MS Market"}' in the input box expression which is working fine. That is , when I select this "MS Market" it is showing all products of that market in the straight table. Straight table&amp;nbsp; dimension is "Brand_Product".&lt;/P&gt;
&lt;P&gt;Now I have a requirement, where I have a market called "NS Range". On selecting this in input box,&amp;nbsp; I must show all products of NS Range + all products of MS Market but excluding two products in MS Market (Gilenya,Mayzent).&lt;/P&gt;
&lt;P&gt;I tried this but didnt work.&lt;/P&gt;
&lt;P&gt;if(Brand_Market='NS Range',Brand_Product) and if(Brand_Market='Gilenya Market',if(not match(Brand_Product,'Gilenya','Mayzent'),Brand_Product))&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Niranjana&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 07:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1906366#M74713</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2022-03-17T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding two products and combining two markets</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1906431#M74717</link>
      <description>&lt;P&gt;Can you share some sample data.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 10:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1906431#M74717</guid>
      <dc:creator>Iswarya_</dc:creator>
      <dc:date>2022-03-17T10:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding two products and combining two markets</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1906499#M74723</link>
      <description>&lt;P&gt;Hi I am attaching the screenshot as I cant share the data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="niranjana_0-1647519262240.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74725i2D770BBD68992DC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="niranjana_0-1647519262240.png" alt="niranjana_0-1647519262240.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="niranjana_1-1647519439488.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74726i80E057CA794ED62F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="niranjana_1-1647519439488.png" alt="niranjana_1-1647519439488.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I select NS Range, I need to see the products of NS Range + MS Market (excluding two products).&lt;/P&gt;
&lt;P&gt;Is it possible to limit in dimension or variable input?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 12:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1906499#M74723</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2022-03-17T12:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding two products and combining two markets</title>
      <link>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1908776#M74908</link>
      <description>&lt;P&gt;HI I got the correct expression:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;'Brand_Market={"NS Range","Gilenya Market"},Brand_Product-={"Gilenya","Mayzent"}'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 13:19:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Excluding-two-products-and-combining-two-markets/m-p/1908776#M74908</guid>
      <dc:creator>niranjana</dc:creator>
      <dc:date>2022-03-23T13:19:47Z</dc:date>
    </item>
  </channel>
</rss>

