<?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: where clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027842#M946626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank much for the reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But could you tell me how can i change that in my script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the 'refernce' numbers are in negative , i want to multiply them by -1 to change that to positive. Could you suggest me the same please ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 14:28:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-05T14:28:25Z</dc:date>
    <item>
      <title>where clause</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027840#M946624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have my 'item' numbers in different formats like - 15-09-0480 , 15/11/4335 and some in alphabets like P16043 , CDESSK etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to to write a where clause which takes only date formats.. like these two - &lt;SPAN style="font-size: 13.3333px;"&gt;15-09-0480 , 15/11/4335..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceRef:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; "item" as journal_number,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "refernce"&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[QVDs\InvoiceRefTable.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Where "item" like '??-??-????' or '??/??/????';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Journals:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt; "journal_number" &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[QVDs\TempJournals_D.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats my expression... Still it isnt working ... could anyone help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks indeed &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027840#M946624</guid>
      <dc:creator />
      <dc:date>2016-01-05T14:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: where clause</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027841#M946625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vidisha, I tried with this script that seems to work:&lt;/P&gt;&lt;P&gt;Orig:&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;DataOrig&lt;/P&gt;&lt;P&gt;15-09-0480&lt;/P&gt;&lt;P&gt;15/11/4335&lt;/P&gt;&lt;P&gt;45/3645645&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD Text(DataOrig) as Data&lt;/P&gt;&lt;P&gt;Resident Orig where &lt;STRONG&gt;DataOrig like '??-??-????' or DataOrig like '??/??/????';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110636_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:24:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027841#M946625</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-01-05T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: where clause</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027842#M946626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank much for the reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But could you tell me how can i change that in my script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the 'refernce' numbers are in negative , i want to multiply them by -1 to change that to positive. Could you suggest me the same please ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027842#M946626</guid>
      <dc:creator />
      <dc:date>2016-01-05T14:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: where clause</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027843#M946627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this helps:&lt;/P&gt;&lt;P&gt;InvoiceRef:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; "item" as journal_number,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;"refernce"*-1 as refernce&lt;/STRONG&gt; //you can also use &lt;STRONG&gt;fabs("refernce") as refernce&lt;/STRONG&gt;, fabs() returns absolute number&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[QVDs\InvoiceRefTable.qvd]&lt;/P&gt;&lt;P&gt;(qvd) &lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;Where "item" like '??-??-????' or &lt;SPAN style="font-size: 10pt;"&gt;"item" like &lt;/SPAN&gt;'??/??/????';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027843#M946627</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-01-05T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: where clause</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027844#M946628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ruben&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million for helping..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried the same, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;InvoiceRef:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; "item" as journal_number,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "refernce"*-1 as refernce&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;[QVDs\InvoiceRefTable.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Where "item" like '??-??-????' or "item" like '??/??/????';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Journals:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt; "journal_number" &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[QVDs\TempJournals_D.qvd]&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i reloaded.... Still shows the alphabets in items and negative numbers in refernce &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027844#M946628</guid>
      <dc:creator />
      <dc:date>2016-01-05T14:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: where clause</title>
      <link>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027845#M946629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it correct ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a million &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; much appreciated &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 14:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/where-clause/m-p/1027845#M946629</guid>
      <dc:creator />
      <dc:date>2016-01-05T14:57:19Z</dc:date>
    </item>
  </channel>
</rss>

