<?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 Multiple conditions in an order when using AND operator Qliksense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771871#M59750</link>
    <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Can some one help me to resolve the following issue.&lt;/P&gt;&lt;P&gt;I am using a condition in a Variable like&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Categroy) &amp;gt; 0 and GetSelectedCount(Product)&amp;gt;0, 1,0) I am getting output 1 when I made selections on Category &amp;amp; Product.&lt;/P&gt;&lt;P&gt;But if i make selection on PRODUCT 1st and CATEGORY 2nd then output should be 0.&lt;/P&gt;&lt;P&gt;In simple words&lt;/P&gt;&lt;P&gt;if&amp;nbsp; selections on Category 1st and Product next then output should be 1&lt;/P&gt;&lt;P&gt;if&amp;nbsp; selections on Product 1st and Category next then output should be 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me to resolve this. It's urgent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 17:39:05 GMT</pubDate>
    <dc:creator>SatyaPaleti</dc:creator>
    <dc:date>2024-11-16T17:39:05Z</dc:date>
    <item>
      <title>Multiple conditions in an order when using AND operator Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771871#M59750</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;Can some one help me to resolve the following issue.&lt;/P&gt;&lt;P&gt;I am using a condition in a Variable like&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Categroy) &amp;gt; 0 and GetSelectedCount(Product)&amp;gt;0, 1,0) I am getting output 1 when I made selections on Category &amp;amp; Product.&lt;/P&gt;&lt;P&gt;But if i make selection on PRODUCT 1st and CATEGORY 2nd then output should be 0.&lt;/P&gt;&lt;P&gt;In simple words&lt;/P&gt;&lt;P&gt;if&amp;nbsp; selections on Category 1st and Product next then output should be 1&lt;/P&gt;&lt;P&gt;if&amp;nbsp; selections on Product 1st and Category next then output should be 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me to resolve this. It's urgent&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 17:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771871#M59750</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2024-11-16T17:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple conditions in an order when using AND operator Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771875#M59752</link>
      <description>&lt;P&gt;Anyway, in the end you will select both so condition should work what you gave above. If that is not working, How Qlik is working try to debug?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 11:03:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771875#M59752</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-05T11:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple conditions in an order when using AND operator Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771882#M59753</link>
      <description>&lt;P&gt;Yes we select both but it have to follow the specific order&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 11:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1771882#M59753</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2021-01-05T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple conditions in an order when using AND operator Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1772016#M59759</link>
      <description>&lt;P&gt;perhaps this&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(&lt;SPAN&gt;Categroy&lt;/SPAN&gt;) &amp;gt; 0 and GetSelectedCount(&lt;SPAN&gt;Product&lt;/SPAN&gt;)&amp;gt;0,&lt;BR /&gt;if(GetSelectedCount(&lt;SPAN&gt;Product&lt;/SPAN&gt;) &amp;gt; 0 and GetSelectedCount(&lt;SPAN&gt;Categroy&lt;/SPAN&gt;)&amp;gt;0, 0, 1))&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 17:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1772016#M59759</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2021-01-05T17:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple conditions in an order when using AND operator Qliksense</title>
      <link>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1772114#M59766</link>
      <description>&lt;P&gt;Thanks anil let me try&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 06:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multiple-conditions-in-an-order-when-using-AND-operator/m-p/1772114#M59766</guid>
      <dc:creator>SatyaPaleti</dc:creator>
      <dc:date>2021-01-06T06:56:57Z</dc:date>
    </item>
  </channel>
</rss>

