<?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 with syntx conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984966#M336064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this?&lt;/P&gt;&lt;P&gt;if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;admission_date &amp;lt;= today()-1,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2015 12:44:37 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2015-11-12T12:44:37Z</dc:date>
    <item>
      <title>Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984962#M336060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know what I would like to achieve in Qlikview, but require some assiatcne with a conversion to qlikview syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a between statement and the syntex that I would require help with is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Today()-1 between admission_date and Today()-1, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone able to help&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Helen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984962#M336060</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2015-11-12T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984963#M336061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand what you mean by this -&amp;gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Today()-1 between admission_date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you may be share a few lines of sample with the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984963#M336061</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-12T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984964#M336062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a weird requirement, as your test value is at the same time the outer boundary of your range. This makes the IF always result in true(). So your code boils down to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF (true(), 1)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984964#M336062</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-11-12T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984965#M336063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If yesterday is between admission and yesterday?&lt;/P&gt;&lt;P&gt;Isn't that always true (or false, depending on how you look at the borders of your between range)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984965#M336063</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-12T12:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984966#M336064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this?&lt;/P&gt;&lt;P&gt;if( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;admission_date &amp;lt;= today()-1,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984966#M336064</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-11-12T12:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984967#M336065</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; font-size: 13px;"&gt;You can try this, it wud give you same:&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; font-size: 13px;"&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; font-size: 13px;"&gt;If(Today()-1 &amp;gt;= admission_date, 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 12:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984967#M336065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-12T12:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with syntx conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984968#M336066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,u have to explain a bit more ur expected out ..that helps qlickers to respond quickly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Nov 2015 13:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-syntx-conversion/m-p/984968#M336066</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-11-12T13:44:17Z</dc:date>
    </item>
  </channel>
</rss>

