cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
tbps
Level II

Find a way to determine the length of an data extract

Hi all, 

 

I am trying to find a way to determine the length of a charge session of an EV.

In the data you can see different vehicles which are charged from a start SoC to an end SOC.

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.

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?

Please find data sheet attached.

1 ACCEPTED SOLUTION

Accepted Solutions
jthi
Super User

Re: Find a way to determine the length of an data extract

You can use Fahrzeug and Powerlimit as byVar in your formulas

jthi_0-1669726229362.png

jthi_1-1669726238970.png

 

-Jarmo

View solution in original post

3 REPLIES 3
jthi
Super User

Re: Find a way to determine the length of an data extract

You can use Fahrzeug and Powerlimit as byVar in your formulas

jthi_0-1669726229362.png

jthi_1-1669726238970.png

 

-Jarmo
txnelson
Super User

Re: Find a way to determine the length of an data extract

The Col Maximum() and Col Minimum() support By variables, so you can just add them to your calculation of the range t20 bis t60

Col Maximum( :t20 und t60, :Fahrzeug, :Power Limit )
- Col Minimum( :t20 und t60, :Fahrzeug, :Power Limit )
Jim
Craige_Hales
Super User

Re: Find a way to determine the length of an data extract

This sounds interesting, thanks @jthi  for the graph. @tbps - Maybe there is a presentation here.

 

Craige