Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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,