Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I'm trying to build a table column by column and I'm getting the "A name is required here" error. I've double checked to make sure that I'm using the literal (".") and vector ("[") subscripts correctly to the best of my knowledge. I've set my origin to 1 at the top of my sheet. I've searched and can't find anything to help.
Any help and solutions are appreciatied.
Solved! Go to Solution.
Look carefully at where the second subscripts are! See attached.
Alan
Thanks a million. I guess I wasn't paying enough attantion when looking at my source, but now I can't find it to see if what my source had was correct.
Alan,
I have a similar issue with "A_v206" but my syntax appears to be correct. Is there something else I'm missing with the routine and resultant graph?
Alan has already pointed out your index error.
You may construct your table also more convenient using augment:
Thanks. I can see how that would be easier if you were defining your entire table at once instead of defining it along the way. I will definitely use this in the future.