Hello ,everyone.
If I have a table like this, how can I convert it to a value list? like [100,200,300,60,20] without creating a new variable?
I know ForAll(thetable,Collect(value_list,Quantity)) wokrs fine. But I want to do it withput creating or updating a variable.

Report
All responses (
Answers (