Adding Attribute In Data Extraction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a block named "Block", and that block is a attribute named "quantity". When i try to data extract it i select the block as the object to extract, and then quantity as the attribute to extract. Id like to have a total number of how many of that block that i need. I can get a count of how many of that object there are, but it doesn't take into account the quantity entered for each block. So if i had that block in my drawing in three places. The first would have a quantity of one, the second a quantity of 2, and the third a quantity of 3. The total number would be 6, but in my data extraction in only counts that there are 3 instances of that block and returns with count=3. Is there a way to fix this or an alternate version to make it work as planned? Thank you.