<?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 Take time to delete in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090570#M1224148</link>
    <description>&lt;P&gt;I want to subtract the Start Time of the next WO from the null WO with the Start Time of the previous WO, what should I do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1688545247662.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111593i43D2770792EC797B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1688545247662.png" alt="Paknanarn23_0-1688545247662.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jul 2023 08:21:22 GMT</pubDate>
    <dc:creator>Paknanarn23</dc:creator>
    <dc:date>2023-07-05T08:21:22Z</dc:date>
    <item>
      <title>Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090570#M1224148</link>
      <description>&lt;P&gt;I want to subtract the Start Time of the next WO from the null WO with the Start Time of the previous WO, what should I do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1688545247662.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111593i43D2770792EC797B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1688545247662.png" alt="Paknanarn23_0-1688545247662.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 08:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090570#M1224148</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2023-07-05T08:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090591#M1224150</link>
      <description>&lt;P&gt;using below function and using offset parameter we could achieve this :-&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2023/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/InterRecordFunctions/below.htm#:~:text=Below()%20evaluates%20an%20expression,being%20the%20row%20directly%20below." target="_blank"&gt;Below - chart function | Qlik Sense on Windows Help&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 08:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090591#M1224150</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-07-05T08:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090599#M1224151</link>
      <description>&lt;P&gt;I tried this but it doesn't value my condition. I want a value where, if Value = 0, take the start Time of the WO next to the WO that is equal to 0, subtract the previous value greater than 0.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090599#M1224151</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2023-07-05T09:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090620#M1224152</link>
      <description>&lt;P&gt;Start time could be valuate using above function .&lt;/P&gt;
&lt;P&gt;if(isnull(StartTime),below(StartTime,0,1),StartTime)&lt;/P&gt;
&lt;P&gt;To subtract value with next to previous one , we need to have both above and below records of the row where value is 0.&lt;/P&gt;
&lt;P&gt;if (isnull(sum(NbSales)),Rangesum( Above(Sum( NbSales),0, 1))-Rangesum( below(Sum( NbSales),0, 1)),sum(NbSales))&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090620#M1224152</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-07-05T09:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090624#M1224153</link>
      <description>&lt;P&gt;I made an example for you to look at in excel. in what I want&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Paknanarn23_0-1688549916592.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/111606i182E836C225550E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Paknanarn23_0-1688549916592.png" alt="Paknanarn23_0-1688549916592.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 09:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090624#M1224153</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2023-07-05T09:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090638#M1224154</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This should work :-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if (isnull(StartTime),( below(StartTime,0, 1))-( Above(StartTime,0, 1)),StartTime)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 10:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090638#M1224154</guid>
      <dc:creator>udit_k</dc:creator>
      <dc:date>2023-07-05T10:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Take time to delete</title>
      <link>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090876#M1224157</link>
      <description>&lt;P&gt;Thank you for trying to help me. But when I use this code The results are not as desired.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 01:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Take-time-to-delete/m-p/2090876#M1224157</guid>
      <dc:creator>Paknanarn23</dc:creator>
      <dc:date>2023-07-06T01:51:10Z</dc:date>
    </item>
  </channel>
</rss>

