Hello everyone! I have schedule with over 100 rows and i need to number each row with values from 1 to n
is there a better way than to do it by hands one by one?
Of course: automate it!
But what have you tried so far? What have you looked into? There are tons of threads already dealing with schedule elements and their parameters as well as threads dealing with numbering consecutive elements. You just need to put the two together.
Hello! Almost month ago i started thread on forum about sorting and grouping for elements, since then i tried many ways to renumber elements Renumber assembly elements - #5 by temapavluchenko
But i can sort elements the exact way i need in schedule so i trying to set value in schedule cell, instead of collecting filter and sort elements from model
EDIT: its not the first time i have need in this type of operation. First time for renumber elements is assembly and second to mark hundred of rebar types
There is no need for this step imo. The data comes from your Elements.
Sorting in Dynamo is sort of ‘easy’.
I still would go for this in Dynamo .
Also more reliable to going based of the sorting in a Schedule (just my opinion).
By looking at your Excel screenshot i have an idea how you wanna sort even
(only the first row doesn’t make sense to me though).
You should study list lacing and data level(nested list)
What do you have so far? The forum isn’t for asking others to do your work for you and we can’t suggest any improvements if we don’t know what you’re currently working with.
A schedule is just a filtered view of element properties. You can recreate that in Dynamo the same way: getting elements, filtering, and then sorting and/or grouping by parameter values. Once you have the same order as your schedule, it’s just a matter of sequencing the elements.