<?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: Need to display the order id and quantity based on script logic. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611458#M445176</link>
    <description>&lt;P&gt;&lt;STRONG&gt;where ( [Order id]&amp;lt;&amp;gt;1 or Order_Date&amp;lt;&amp;gt;null() ) and Order_Date&amp;lt;&amp;gt; Previous(Order_Date);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where [Order id]&amp;lt;&amp;gt;1 or ( Order_Date&amp;lt;&amp;gt;null() and Order_Date&amp;lt;&amp;gt; Previous(Order_Date) );&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 08:34:44 GMT</pubDate>
    <dc:creator>Claudiu_Anghelescu</dc:creator>
    <dc:date>2019-08-12T08:34:44Z</dc:date>
    <item>
      <title>Need to display the order id and quantity based on script logic.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611250#M445159</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have one requirement which i need to get the result based on script level. Provided the below requirement details.&lt;/P&gt;&lt;P&gt;I am using the below&amp;nbsp; script logic to get it done but it is not coming.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Order:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD [Order id], &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Quantity, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Order_Date&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[C:\Users\Irshad .Ansari\Desktop\Daily work activity.xlsx]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Sheet2)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where [Order id]&amp;lt;&amp;gt;1 or Order_Date&amp;lt;&amp;gt;null() and Order_Date&amp;lt;&amp;gt; Previous(Order_Date);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; one order_id should be one quantity and quantity Order date should be first inter value it should not be change.&lt;/P&gt;&lt;P&gt;sample data.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Order id&lt;/TD&gt;&lt;TD&gt;Quantity&lt;/TD&gt;&lt;TD&gt;Order_Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;------&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;------&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1-jun-2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;1-Jun-2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;1-Aug-2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;------&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the sample data the result should be like this:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Order id&lt;/TD&gt;&lt;TD&gt;Quantity&lt;/TD&gt;&lt;TD&gt;Order_Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1-jun-2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;1-Aug-2019&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;--------&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to request you to please provide the solution.&lt;/P&gt;&lt;P&gt;Thanks in advanced.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Irshad Ahmad&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611250#M445159</guid>
      <dc:creator>iahmadmca</dc:creator>
      <dc:date>2024-11-16T02:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need to display the order id and quantity based on script logic.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611458#M445176</link>
      <description>&lt;P&gt;&lt;STRONG&gt;where ( [Order id]&amp;lt;&amp;gt;1 or Order_Date&amp;lt;&amp;gt;null() ) and Order_Date&amp;lt;&amp;gt; Previous(Order_Date);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where [Order id]&amp;lt;&amp;gt;1 or ( Order_Date&amp;lt;&amp;gt;null() and Order_Date&amp;lt;&amp;gt; Previous(Order_Date) );&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 08:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611458#M445176</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-08-12T08:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need to display the order id and quantity based on script logic.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611808#M445197</link>
      <description>&lt;P&gt;Thank for the reply.&lt;/P&gt;&lt;P&gt;Could you please provide any other alternate solution for this.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 04:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1611808#M445197</guid>
      <dc:creator>iahmadmca</dc:creator>
      <dc:date>2019-08-13T04:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to display the order id and quantity based on script logic.</title>
      <link>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1612074#M445217</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This logic is working&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="correction  alternate"&gt;fine, but&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;when I am changing the quantity for existing Id its getting reflect on that. The quantity should not be&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="correction  alternate"&gt;changed&lt;/SPAN&gt;&lt;SPAN&gt;. It should&amp;nbsp; be first&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="correction  alternate"&gt;entered in quantity&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 15:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-to-display-the-order-id-and-quantity-based-on-script-logic/m-p/1612074#M445217</guid>
      <dc:creator>iahmadmca</dc:creator>
      <dc:date>2019-08-13T15:39:33Z</dc:date>
    </item>
  </channel>
</rss>

