<?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: Issue &amp;quot;and clause in set analysis&amp;quot; in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760256#M64171</link>
    <description>&lt;P&gt;One way to troubleshoot expressions with variables in set analysis is to go into the edit expression window for the expression and look at the bottom of the window.&amp;nbsp; It will show you the expression with the variable value inserted.&amp;nbsp; Look at this before you make a selection in the variable input and afterwards.&amp;nbsp; Posting a screenshot of that would be helpful if you still can't figure it out.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2020 12:28:17 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2020-11-10T12:28:17Z</dc:date>
    <item>
      <title>Issue "and clause in set analysis"</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760219#M64169</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;Greeting for day. I am using the following set analysis, but and clause is not working.&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Lifecycle State] = {'Registered'}&amp;gt; + 1 &amp;lt;Link_status = {'$(vMeasure)'}&amp;gt; }Source_Node)&lt;/P&gt;&lt;P&gt;even I tried out;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[Lifecycle State] = {'Registered'}, Link_status = {'$(vMeasure)'}&amp;gt; }Source_Node)&lt;/P&gt;&lt;P&gt;But, if I chose any option in variable input button, it dosen't&amp;nbsp; consequently result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did check, whether the defined variable capturing the chose option or not. It is capturing.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760219#M64169</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2021-04-02T08:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue "and clause in set analysis"</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760243#M64170</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/114630"&gt;@Sagar082&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to explain what you wanted to achieve with the expression above?&lt;/P&gt;&lt;P&gt;This will then help community to help&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 12:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760243#M64170</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2020-11-10T12:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue "and clause in set analysis"</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760256#M64171</link>
      <description>&lt;P&gt;One way to troubleshoot expressions with variables in set analysis is to go into the edit expression window for the expression and look at the bottom of the window.&amp;nbsp; It will show you the expression with the variable value inserted.&amp;nbsp; Look at this before you make a selection in the variable input and afterwards.&amp;nbsp; Posting a screenshot of that would be helpful if you still can't figure it out.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 12:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760256#M64171</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2020-11-10T12:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue "and clause in set analysis"</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760538#M64172</link>
      <description>&lt;P&gt;Hi Gabriel,&lt;/P&gt;&lt;P&gt;Greeting for the day. I would like the get the result like;&lt;/P&gt;&lt;P&gt;if the Life_cycle = Register and Link_status = vMeasure (selected variable) then it should give me count of those observation which satisfies both the condition.&lt;/P&gt;&lt;P&gt;I hope this will help you to understand the issue.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 06:06:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760538#M64172</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-11-11T06:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue "and clause in set analysis"</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760539#M64173</link>
      <description>&lt;P&gt;Hi GaryGiles,&lt;/P&gt;&lt;P&gt;Greeting for the day. Thank you for reply and suggestion. I always do this exercise before hand. In the above case the variable value is capture correctly, but some how and clause is not functioning.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 06:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760539#M64173</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-11-11T06:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue "and clause in set analysis"</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760978#M64174</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;Greeting for the day. Thank for reading my queries and attempt to reply it, to help me to resolve it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the solution to my queries, which may help someone too;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Column name1 = {value1}, column name2 = {$(vMeasure)}&amp;gt;} field)&lt;/P&gt;&lt;P&gt;The above expression will return the count of field if both column 1 and column 2 condition satisfies.&amp;nbsp; But, the twist is that column 2 condition value will be tested on the bases of user selection.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 06:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-quot-and-clause-in-set-analysis-quot/m-p/1760978#M64174</guid>
      <dc:creator>Sagar082</dc:creator>
      <dc:date>2020-11-12T06:38:45Z</dc:date>
    </item>
  </channel>
</rss>

