Hi everyone
1. Standard schedules in revit looks very simple like this:
but what if I need something like this:
I think we need schedule constructor for creating pattern for one element and automatically distribute this pattern for other elements. for sample above pattern will be looks like this:
in constructor will be necessary simply move every cell to right position and add information to cell, such as parameter name, parameter value and pure text. This will be looks like a formula in every cell, for example: parameter1name + ": "+ parameter1value (result of this formula for example: Area: 25.32)
2. Second idea: add legend view to special type parameter for elements and possibility to add this type parameter to schedule. This will be better then image parameter for many situations.