Counter Block Advanced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody,
First, thanks to some help, i do have a routine that create extract blocks attribute values into a table and sum some data. I did this code by understanding and assembling pieces of code ... but i am facing an issue.
You know that if you have a table of materials to use , it is better to display in a column "QTY" how much of this same block you have instead of displaying it each time in your table. You can see what i mean in the pictures.
The idea would to create a loop that increase a counter every time another same block is selected and set to 1 for unique block. The sum of this counter would appear in the column "QTY" in the same row as the same blocks.
If someone has any idea or information that would be help me out.
Thank you very much
For those who will ready the Lisp, it has been customized to display attribute values from different blocks that all have the same sequence of attribute names with different attribute values.
According to the picture, the aim would be to display '3' in first row of quantity, also '3' in the second row of quantity but would adapt depending on how much unique/same blocks i select.