
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
NOTE: Using AutoCAD LT 2019; don't have experience using Macros in AutoCAD
Aim:
to count/sum quantities of items (blocks) - plan to use sum/count table formulae for fields referencing these quantities
Approach:
defined attribute called 'BlkQty' for each block and defined count in them (AS NUMBERS, ex: 2, 5, etc.)
Inserted fields in a table referencing this 'BlkQty' attribute of various blocks in individual cells of a column. When I tried to use the sum or count table formula, the result still shows zero.
Problem:
I think I am not getting the intended result of total block quantities because block attributes are viewed as text (? - I wasn't able to verify this anywhere though). I tried inserting plain numbers in another column of the same table and to my surprise I was able to use count/sum for those cells. Hence, I reached the conclusion that attributes might be viewed as text.
Is there any way I can defined a number in an attribute of a block and use the sum table formula on fields that reference these attributes?
Solved! Go to Solution.