Announcements

Community notifications may experience intermittent interruptions between 10–12 November during scheduled maintenance. We appreciate your patience.

How do you add an extra column to a table?

How do you add an extra column to a table?

kiarianc
Advocate Advocate
1,763 Views
8 Replies
Message 1 of 9

How do you add an extra column to a table?

kiarianc
Advocate
Advocate

I'm using the EATTEXT command to create a table, but I need to follow a particular format.

My current table just shows a header and three date columns - number, position x and position y. How do I add an extra column, to give more info about what I am setting out?

Pic attached,

Regards,

Kiarian

0 Likes
Accepted solutions (3)
1,764 Views
8 Replies
Replies (8)
Message 2 of 9

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> How do I add an extra column, to give more info about what I am setting out?

DATAEXTRACTION can only create columns when it has data to fill.

You might export e.g. the layername and when the table is created you can use the fields to overwrite them ... but this workflow will result in tables you can't update when blocks are deleted/moved/added.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 9

TheCADnoob
Mentor
Mentor

I have seen "." added to fields so they would not be empty. you can adjust the size or color so that there is minimal visual impact while maintaining a data place holder. 

CADnoob

EESignature

0 Likes
Message 4 of 9

john.vellek
Alumni
Alumni
Accepted solution

Hi kiarianc,

 

Extracting the information with another property such as color or layer would work but then you would have to clear the values and put in different information after the extraction. How about you just add another attribute called PlotNo. ? You could then just leave the Plot No. 1 as the value for the table.

 

Please hit the Accept as Solution button if my post fully solves your issue or answers your question.


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
Message 5 of 9

ace_guru
Advocate
Advocate
Accepted solution

Kiarianc,

 

  1. Click on a cell
  2. Right click for the menu
  3. Click on "Column" which should be towrds the bottom of the menu.
  4. Then click on either insert Left or Insert Right
Message 6 of 9

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

one additional idea: you can export drawing specific data too, e.g. you can set the field TITLE in the drawing properties and specify then "Title" to be exported with _DATAEXTRACTION.

 

Using comamnd _DWGPROPS:

 

20160419_0937.png

 

Next step in _DATAEXTRACTION, on page 4 in the wizard: select this field to be exported too:

 

20160419_0931.png

 

And on page 5 you'll see the new column, just rename the column-name and that's it:

 

20160419_0935.png

 

 

- alfred -

 

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 7 of 9

john.vellek
Alumni
Alumni

Good morning kiarianc,

 

There are some good solutions proposed in this thread. Please post your results and also please take time to Accept As Solution, any post or posts that assisted you in resolving your question.

 

 


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 8 of 9

john.vellek
Alumni
Alumni

Good morning @kiarianc,


I’ve just accepted responses to your post (linked here) as a solution with the understanding that they provided correct answers.
If this is incorrect, please reply to the previously linked thread so that I can unmark the solutions, and we can continue the conversation.
No action is required if my response did work as an answer, however I wanted to point out that if the opportunity arises again you can also click on the ‘Accept as Solution’ button if/when relevant so that others can more easily benefit from the information. Please feel free to let me know if you have any questions or concerns!

 


John Vellek


Join the Autodesk Customer Council - Interact with developers, provide feedback on current and future software releases, and beta test the latest software!

Autodesk Knowledge Network | Autodesk Account | Product Feedback
0 Likes
Message 9 of 9

kiarianc
Advocate
Advocate

Thanks for all the help. Very useful.

0 Likes