Hi, I am new to the dynamo, so please apologise if this query has been solved before.
I am trying to take specific data’s regarding cost from an excel spreadsheet into Revit through the dynamo. I have a list of materials (its name, area and volume) and their associated cost values. I want to filter a specific material, let’s say Brick (from the figure attached), and extract all the relevant information for the specific material.
Is it possible with a dynamo to filter a list using sublist value as a condition?
Hi,
Thanks for the quick reply. The second graph suits well for my use.
I was trying to filter values from a specific index (here, the index is [5]), and the corresponding value is 5.05. But, when I apply the boolean mask, I am getting the following error. Are there any possibilities to solve this?