Message 1 of 3
Data extraction based on shown visibility state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Attached is a block with three visibility states (circle, square, triangle) I have copied the block three times so each shape is shown separately. I want to run a data extraction and get a count of each shape and how many times appears in the drawing.
So the desired output would be:
Circle 1
Square 1
Triangle 1
but what i get is
Block Name-Circle-Square-Triangle
The data extraction combines all the attrbutites in the block into one row when I need is seperate and counted in separate rows
Any help would be appreciated