Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

rcampbell3NMQY2
357 Vistas, 3 Respuestas

data extraction arrangement

I do a data extraction with blocks named P1, P2 ect. and when i get to P10, P11 ect., data extraction won't put P10 after P9.  Can this be fixed?

Thanks

rcampbell3NMQY2_0-1652968499488.png

 

AVCPlugins
en respuesta a: rcampbell3NMQY2

It is clear that the sorting is in alphabetical order. If you want to sort numbers alphabetically, then they must have the same number of characters. Use leading zero alignment. Change blocks like P01, P02, .. P10, P11


Plugins for AutoCAD
A>V>C>
AppStore | Facebook | Twitter | YouTube | Blog
codyhornyak
en respuesta a: AVCPlugins

I normally use leading zeroes too, or if that doesn’t work for your set up, open the extraction in excel, convert the content to a table, and sort then

R_Tweed
en respuesta a: rcampbell3NMQY2

One way is to add an attribute for sorting purposes.  Using attout and attin from the express tab you can then add the sorting values as needed in excel.

 

Screenshot 2022-05-20 103951.png