<?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 QVW to QVF conversion not working properly in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624825#M46504</link>
    <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;I've converted a project on Qlik Sense Converter, but all my set analysis are returning value 0. They're working normally on Qlik View.&lt;/P&gt;&lt;P&gt;Is there any difference between Qlik View and Qlik Sense set analysis?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 17:41:59 GMT</pubDate>
    <dc:creator>decodesolucoes</dc:creator>
    <dc:date>2019-09-17T17:41:59Z</dc:date>
    <item>
      <title>QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624825#M46504</link>
      <description>&lt;P&gt;Good afternoon,&lt;/P&gt;&lt;P&gt;I've converted a project on Qlik Sense Converter, but all my set analysis are returning value 0. They're working normally on Qlik View.&lt;/P&gt;&lt;P&gt;Is there any difference between Qlik View and Qlik Sense set analysis?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 17:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624825#M46504</guid>
      <dc:creator>decodesolucoes</dc:creator>
      <dc:date>2019-09-17T17:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624904#M46513</link>
      <description>&lt;P&gt;Do you use single quotes for advanced search?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: (Specifically the '&amp;gt;0' part)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Qty = {'&amp;gt;0'}&amp;gt;} ProductID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, those now require double quotes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;Qty = {"&amp;gt;0"}&amp;gt;} ProductID)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Previously single quotes still worked, however it was known as a bug. As of Qlik Sense November 2017 and &lt;EM&gt;I think&lt;/EM&gt; QlikView 12.20, the bug was fixed and many set analysis expressions stopped working, unless they were recognized as an older version. This would not be the case for a conversion.&lt;/P&gt;&lt;P&gt;Read&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Quotes-in-Set-Analysis/ba-p/1471824" target="_self"&gt;HIC Blog Post&lt;/A&gt; for more info on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 22:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624904#M46513</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-09-17T22:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624917#M46514</link>
      <description>&lt;P&gt;Good night,&lt;/P&gt;&lt;P&gt;Here's one of the expressions that is returnig value 0&lt;/P&gt;&lt;P&gt;= (COUNT ({&amp;lt;HireDate={"&amp;gt;=$(StartDate)&amp;lt;=$(EndDate)"}&amp;gt;} DISTINCT ID))&lt;/P&gt;&lt;P&gt;Where:&lt;/P&gt;&lt;P&gt;StartDate =Max(TOTAL [DATA_SYSTEM])&lt;/P&gt;&lt;P&gt;EndDate =MIN(TOTAL [DATA_SYSTEM])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 00:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624917#M46514</guid>
      <dc:creator>decodesolucoes</dc:creator>
      <dc:date>2019-09-18T00:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624922#M46516</link>
      <description>&lt;P&gt;There is no general design difference between Set Analysis in QV and QS. Except, as previously mentioned, where bugs have been fixed or introduced.&amp;nbsp; This is more of a release rather than a product issue as the products share common engine code.&amp;nbsp; &amp;nbsp;For example what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599"&gt;@treysmithdev&lt;/a&gt;&amp;nbsp;mentioned as closing the loophole for single quotes in an advanced search.&amp;nbsp; There was also a bug for some period requiring double quotes around dual values.&amp;nbsp; So converting from a QlikView (possibly older engine version) QlikView to QlikSense (possibly newer engine version) you may have encountered one of these changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, looking at the details of your reported problem I don't see any bugs or behavior changes I'm aware of.&amp;nbsp; Instead I would validate that the conversion was complete in regards to variables etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlik Sense has a wonderful expression preview in the Expression Editor.&amp;nbsp; Open the expression you reported as problematic and confirm in the preview at the bottom that the variables are returning expected values and the the syntax checks out OK.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 01:56:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624922#M46516</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-09-18T01:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624923#M46517</link>
      <description>&lt;P&gt;You can try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;= (COUNT ({&amp;lt;HireDate={"&amp;gt;=$(=StartDate)&amp;lt;=$(=EndDate)"}&amp;gt;} DISTINCT ID))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case you haven't done so already, make sure your variables are populated in your Sense conversion.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 01:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1624923#M46517</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-09-18T01:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1625505#M46590</link>
      <description>&lt;P&gt;Good night,&lt;/P&gt;&lt;P&gt;When I use the expression below,&amp;nbsp; I got return.&lt;/P&gt;&lt;P&gt;=(Count({$&amp;lt;HireDate={$(StartDate)}&amp;gt;}DISTINCT ID)&lt;/P&gt;&lt;P&gt;But when I use this expression (need a date range), I have no results.&lt;/P&gt;&lt;P&gt;=(Count({&amp;lt;HireDate={"&amp;gt;=$(=StartDate)&amp;lt;=$(EndDate)"}&amp;gt;} DISTINCT ID))&lt;/P&gt;&lt;P&gt;HireDate, StartData and EndDate are the same type of data.&lt;/P&gt;&lt;P&gt;What might be happening?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 00:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1625505#M46590</guid>
      <dc:creator>decodesolucoes</dc:creator>
      <dc:date>2019-09-19T00:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: QVW to QVF conversion not working properly</title>
      <link>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1626033#M46619</link>
      <description>&lt;P&gt;What does the expression look like in the QS expression preview after the variable substitutions are done?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 04:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QVW-to-QVF-conversion-not-working-properly/m-p/1626033#M46619</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-09-20T04:41:20Z</dc:date>
    </item>
  </channel>
</rss>

