Revit Architecture Forum
Welcome to Autodesk’s Revit Architecture Forums. Share your knowledge, ask questions, and explore popular Revit Architecture topics.
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Report in Schedule/Quantities which family parameter I checked

4 ANTWORTEN 4
GELÖST
Antworten
Nachricht 1 von 5
Anonymous
469 Aufrufe, 4 Antworten

Report in Schedule/Quantities which family parameter I checked

I have created a family with inside various Yes/no parameter, and I want to ask if it is possible to report in the schedule (Image) which parameter i have selected. (for example one Fondation will have a beam HEM240, another one HEB200 and so on...)

4 ANTWORTEN 4
Nachricht 2 von 5
Ilic.Andrej
als Antwort auf: Anonymous

Those yes/no parameters need to be shared parameters. Shared parameters are available in schedules. Then, you need to convert yes/no values to text values by creating a calculated parameter and assigning this formula:

 

 

if(HEB200,
    "HEB200",
    if(HEB220,
        "HEB220",
        if(HEB240,
            "HEB240",
            if(HEB260,
                "HEB260",
                if(HEM240,
                    "HEM240",
                    " "
                )
            )
        )
    )
)
                

 

The condensed formula (copy it to Revit):

 

if(HEB200,"HEB200",if(HEB220,"HEB220",if(HEB240,"HEB240",if(HEB260,"HEB260",if(HEM240,"HEM240"," ")))))

If you don't know about shared params, I ll make you a screencast.



Andrej Ilić

phonetical: ændreɪ ilich
MSc Arch

Autodesk Expert Elite Alumni

Nachricht 3 von 5
Anonymous
als Antwort auf: Ilic.Andrej

thank you...but I didn't catch the work behind those shared parameters..never used them, if you can do a screencast would be great

Nachricht 4 von 5
Ilic.Andrej
als Antwort auf: Anonymous

 

 

 



Andrej Ilić

phonetical: ændreɪ ilich
MSc Arch

Autodesk Expert Elite Alumni

Nachricht 5 von 5
Anonymous
als Antwort auf: Ilic.Andrej

yes, very clear

thank you very much again 

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report