<?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 with Set Analysis expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524045#M40301</link>
    <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;no environmental variables declared, we are working on binary load from Qlikview&lt;/P&gt;</description>
    <pubDate>Wed, 26 Dec 2018 12:59:28 GMT</pubDate>
    <dc:creator>bhargavikn</dc:creator>
    <dc:date>2018-12-26T12:59:28Z</dc:date>
    <item>
      <title>Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524037#M40297</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm working for Qlikview to Qliksense migration work.&lt;/P&gt;&lt;P&gt;Below expression is from Qlikview, but same is not working in QlikSense.&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;count(distinct {$&lt;BR /&gt;&amp;lt;StartDate={'&amp;lt;=$(=Today())'}, EndDate={'&amp;gt;=$(=Today())'},PStartDate={'&amp;lt;=$(=vPeriodDateFrom)'},PEndDate={'&amp;gt;=$(=vPeriodDateFrom)'}&amp;gt;&lt;BR /&gt;+&amp;lt;StartDate={'&amp;lt;=$(=Today())'},EndDate={'&amp;gt;=$(=Today())'},PStartDate={'&amp;lt;=$(=vPeriodDateTo)'},PEndDate={'&amp;gt;=$(=vPeriodDateTo)'}&amp;gt;&lt;BR /&gt;+&amp;lt;StartDate={'&amp;lt;=$(=Today())'},EndDate={'&amp;gt;=$(=Today())'},PStartDate={'&amp;gt;$(=vPeriodDateFrom)'},PEndDate={'&amp;lt;$(=vPeriodDateTo)'}&amp;gt; }&lt;BR /&gt;IF( ('$(=Today())' - PFVacancyDate)&amp;gt;=-30&lt;BR /&gt;AND ((PLVacancyDate - PFVacancyDate)&amp;gt;30 OR (PLVacancyDate - PFVacancyDate)=0), ID))&lt;BR /&gt;/ (count(distinct {$&lt;BR /&gt;&amp;lt;StartDate={'&amp;lt;=$(=Today())'}, EndDate={'&amp;gt;=$(=Today())'},PStartDate={'&amp;lt;=$(=vPeriodDateFrom)'},PEndDate={'&amp;gt;=$(=vPeriodDateFrom)'}&amp;gt;&lt;BR /&gt;+&amp;lt;StartDate={'&amp;lt;=$(=Today())'},EndDate={'&amp;gt;=$(=Today())'},PStartDate={'&amp;lt;=$(=vPeriodDateTo)'},PEndDate={'&amp;gt;=$(=vPeriodDateTo)'}&amp;gt;&lt;BR /&gt;+&amp;lt;StartDate={'&amp;lt;=$(=Today())'},EndDate={'&amp;gt;=$(=Today())'},PStartDate={'&amp;gt;$(=vPeriodDateFrom)'},PEndDate={'&amp;lt;$(=vPeriodDateTo)'}&amp;gt; }&lt;BR /&gt;IF( not IsNull(PFVacancyDate),ID)))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to resolve the issue ASAP, it is effecting my work.&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 12:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524037#M40297</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2018-12-26T12:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524040#M40298</link>
      <description>&lt;P&gt;Please use double quotes instead of single quotes.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pratyush&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 12:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524040#M40298</guid>
      <dc:creator>prat1507</dc:creator>
      <dc:date>2018-12-26T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524041#M40299</link>
      <description>&lt;P&gt;Couple of things to check&lt;/P&gt;&lt;P&gt;1) Is the date format set through environmental variable the same between QlikView and Qlik Sense?&lt;/P&gt;&lt;P&gt;2) May be change the single quotes to double quotes in the expression and see if that works.. for example change from&lt;/P&gt;&lt;PRE&gt;StartDate = {&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&amp;lt;=$(=Today())&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;}&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;StartDate = {&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&amp;lt;=$(=Today())&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 12:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524041#M40299</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-26T12:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524044#M40300</link>
      <description>&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;Tried with double quotes also. not working&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 12:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524044#M40300</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2018-12-26T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524045#M40301</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;no environmental variables declared, we are working on binary load from Qlikview&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 12:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524045#M40301</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2018-12-26T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524047#M40302</link>
      <description>&lt;P&gt;I don't think the environmental variables get carried over with the use of binary load. Can you copy paste the environmental variable from QlikView to Qlik Sense after the Binary load script in Qlik Sense? Just want to make sure that the base is the same before we compare the results.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 13:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524047#M40302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-26T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Set Analysis expression</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524065#M40303</link>
      <description>&lt;P&gt;Tried as suggested, but not working&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 13:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-Set-Analysis-expression/m-p/1524065#M40303</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2018-12-26T13:36:41Z</dc:date>
    </item>
  </channel>
</rss>

