Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I am trying to use simple equation but getting error Is there anything I am missing over here
Solved! Go to Solution.
Hi
Yes you can use 1 row for the table but it returns variables not vectors of one.
If the result you need is a vector with only one row do this,
Hi,
With only one row in the input table the values are treated like single variables..
To get a vector more than one row of input is required in the table.
Use last() not lenght()
So, there is no way I can use table for 1 input row?
Hi
Yes you can use 1 row for the table but it returns variables not vectors of one.
If the result you need is a vector with only one row do this,