Skip to main content
1-Visitor
April 27, 2013
Solved

"A name is required here" error in defining Table/Matrix Components

  • April 27, 2013
  • 5 replies
  • 14450 views

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.

Best answer by AlanStevens

Look carefully at where the second subscripts are! See attached.

Alan

5 replies

19-Tanzanite
April 27, 2013

Look carefully at where the second subscripts are! See attached.

Alan

1-Visitor
April 28, 2013

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.

25-Diamond I
April 27, 2013

Alan has already pointed out your index error.

You may construct your table also more convenient using augment:

tablemix_aug.png

1-Visitor
April 28, 2013

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.