Item to quantity

Hi,
So I have a list that I took from Excel, I would like that given item converted as a quantity I am gonna use that like a slider input in that intervall difined ?

Is there a node that I could use to do that ?
Thanks

Can you provide some more information - preferably a mock up of what you have and what you want? It’s a little unclear currently.

OK
You see that node stringToNumber initially I used a slider to input a number like 1…5, now I removed the slider and I have those data coming from Excel ? I wanna use those data as input to 0.1…0.9…#Dy,
I don’t know if I did explain it well, I am from french

Ah. You basically have it except you don’t even need String.ToNumber. Your Excel value is already a number.

If you look at the data in the Watch node on your screen, you’ll see the first item in your list is orange and the rest are blue. Orange data is a string and blue data is a number.

2 Likes

Thanks :smiley: