Fix calculated parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been trying to use calculated parameters on my sheets for a while and although Revit does not complain about my formula it does not calculate it either. Just for reference, the formula I've been trying to make work is a ratio between two areas (area1 / area2) output as a number.
Since this message has been moved to support by @kimberly_fuhrman-jones, I think it is best if I add here the details of the issue I've discussed with her. I've added a screenshot of the current scenario I'm facing below, a section of a title block family I've built myself (that is not an actual schedule but text fields and lines). The fields "Área do terreno" (site area), "Área construída" (built area) and "Área permeável" (permeable area) are all shared parameters of the type Area which have been added to the project information (as instance parameters and checked the "values can vary by instance group" box) so I could provide their values onto the project information box and retrieve them from the sheet family, those work just fine. The fields "C.A.", "T.O." and "T.P." are all ratios of the area in that same line by the "Área do terreno" (site area) field, all of them created straight into a text field inside the family using formulae. For example, "C.A." is given by this exact text in the formula "Área construída / Área do terreno" the result set to be of the type Number (Revit allows me to add the fields to the formula just fine but only accepts its return type to be Number or Integer Number, for all other types it presents an error).