<?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: help for set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510718#M481610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 08:48:26 GMT</pubDate>
    <dc:creator>saumyashah90</dc:creator>
    <dc:date>2013-10-04T08:48:26Z</dc:date>
    <item>
      <title>help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510712#M481604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have var1,var2,field1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have condition if (var1&amp;gt;var2 and var1&amp;gt;'123' and var1&amp;lt;'456',concat(field1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i kept it in set analysis in this way&lt;/P&gt;&lt;P&gt;concat(if({&amp;lt; var1&amp;gt;var2, var1&amp;gt;{'123'}, var1&amp;lt;{'456'} &amp;gt;}&amp;nbsp; field1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is showing error for 1st curly bracket.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 06:21:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510712#M481604</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-04T06:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510713#M481605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this may help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 06:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510713#M481605</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-10-04T06:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510714#M481606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am good with two and conditions, only problem is with three or more and conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 06:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510714#M481606</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-04T06:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510715#M481607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would rather write sth like&lt;/P&gt;&lt;P&gt;concat( {set}&amp;nbsp; if (var1 &amp;gt; var 2, field))&lt;/P&gt;&lt;P&gt;where set =&amp;nbsp; {&amp;lt; var1={"&amp;gt;123 &amp;lt; 456"}&amp;nbsp; &amp;gt;}&lt;/P&gt;&lt;P&gt;In fact, I do not know if you may write the "var1 &amp;gt; var2" inside the set because there is already a limitation on var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 07:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510715#M481607</guid>
      <dc:creator />
      <dc:date>2013-10-04T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510716#M481608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saumya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (var1&amp;gt;var2 and var1&amp;gt;123 and var1&amp;lt;456,concat(field1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove single quotes and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510716#M481608</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-04T08:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510717#M481609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set thing is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510717#M481609</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-04T08:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510718#M481610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nope not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:48:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510718#M481610</guid>
      <dc:creator>saumyashah90</dc:creator>
      <dc:date>2013-10-04T08:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510719#M481611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(var1&amp;gt;var2,if(var1&amp;gt;'123',if(var1&amp;lt;'456',concat(field1))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Anju&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 09:59:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510719#M481611</guid>
      <dc:creator />
      <dc:date>2013-10-04T09:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: help for set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510720#M481612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saumya,&lt;/P&gt;&lt;P&gt;Can you attach some sample data so that it would be easier to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 16:42:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-for-set-analysis/m-p/510720#M481612</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-10-04T16:42:56Z</dc:date>
    </item>
  </channel>
</rss>

