Hello,
I would like to create a worksheet database whose criteria are "select all walls with the Pset_WallCommon IFC value Reference IWS-1**
because here is the wall style Mark I want to use to divide my walls
I tried the string
=DATABASE((('Pset_WallCommon'.'Reference')='IWS-1**'))
but it gives me no results, like it cannot read the IFC property
When I use that field in a spreadsheet it requires the string
=GETIFCPROPERTY(‘Pset_WallCommon’.’Reference’)
so maybe I need to recall the IFC property some way?
I tried some variants but nothing worked, can someone help me?
Thank you very much