Get the index of the maximum value in lists

Hello everyone,

I’m trying to get the index of the maximum value in every list.

Thanks in advance

Hello!
Try to change the lancing to longest
It worked for me!

Hii,
Thank you for the quick reply.
unfortunately it didnt work in my case.

1 Like

hello, you can try this in transitional phase but there must be a hidden reason that I do not perceive


the fastest way is to feed the Indexoff elements via a code block

edit:
This solution is faster

Cordially
christian.stan

5 Likes

ohhhh Thank you Christian, what a work around!!
that was awesome and smart, it worked perfectly

2 Likes

Maximum item returns (Double) and seed data is (Integer)
doing *1.0 makes them double
and therefore facilitates afterwards. It was from that, I think.

Yes I think so as well. that is very logical

1 Like