I was wondering if it is possible to add text on list picker with value that can be calculated on.
Example: value is 10, and it shows text instead of the value.
Text x Text = (10 x 10) = 100 in result.
I have tried joining them on the (make a list) block, and failed
I have a list picker in my app, and i am using it to calculate between the list picker and a textbox, i donβt want the value to be shown but rather text over value.
But if i add text with make a list i cannot calculate it beacuse of the text.