<?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: Find a way to determine the length of an data extract in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574459#M78326</link>
    <description>&lt;P&gt;The Col Maximum() and Col Minimum() support By variables, so you can just add them to your calculation of the range t20 bis t60&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Maximum( :t20 und t60, :Fahrzeug, :Power Limit )
- Col Minimum( :t20 und t60, :Fahrzeug, :Power Limit )&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 29 Nov 2022 13:00:17 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-11-29T13:00:17Z</dc:date>
    <item>
      <title>Find a way to determine the length of an data extract</title>
      <link>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574441#M78323</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to find a way to determine the length of a charge session of an EV.&lt;/P&gt;&lt;P&gt;In the data you can see different vehicles which are charged from a start SoC to an end SOC.&lt;/P&gt;&lt;P&gt;Now I am trying to find a way for a fomula, that gives me the length of the charging procedure for the different vehicles / power outputs.&lt;/P&gt;&lt;P&gt;I started to pre-select the SOC to be between 20 and 60%. With the column max - cloumn min the solustion works fine for ONE occasion (i.e. vehicle / power output) - is there a way to also do it for all of the single combinations car /power output?&lt;/P&gt;&lt;P&gt;Please find data sheet attached.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:57:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574441#M78323</guid>
      <dc:creator>tbps</dc:creator>
      <dc:date>2023-06-10T23:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: Find a way to determine the length of an data extract</title>
      <link>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574458#M78325</link>
      <description>&lt;P&gt;You can use Fahrzeug and Powerlimit as byVar in your formulas&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1669726229362.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47711iD37A65D75400DD5B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1669726229362.png" alt="jthi_0-1669726229362.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1669726238970.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47712i6DFA76C7473EF5E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1669726238970.png" alt="jthi_1-1669726238970.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 12:51:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574458#M78325</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-11-29T12:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Find a way to determine the length of an data extract</title>
      <link>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574459#M78326</link>
      <description>&lt;P&gt;The Col Maximum() and Col Minimum() support By variables, so you can just add them to your calculation of the range t20 bis t60&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Col Maximum( :t20 und t60, :Fahrzeug, :Power Limit )
- Col Minimum( :t20 und t60, :Fahrzeug, :Power Limit )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:00:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574459#M78326</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-11-29T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Find a way to determine the length of an data extract</title>
      <link>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574486#M78327</link>
      <description>&lt;P&gt;This sounds interesting, thanks &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&amp;nbsp; for the graph. &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/10812"&gt;@tbps&lt;/a&gt; - Maybe there is a presentation here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 13:49:39 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Find-a-way-to-determine-the-length-of-an-data-extract/m-p/574486#M78327</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-11-29T13:49:39Z</dc:date>
    </item>
  </channel>
</rss>

