##other## for numeric values does not work for Revit 2018 and later
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
There was change within Type Catalogs (separate .txt file) and Lookup Tables (.csv files imported into Revit Family) regarding the syntax used to categorize parameter values so that Revit knows how to import the table data. Using “##other##” for numeric values does not work for Revit 2018 and later, specifically for “Number” type parameter. Within table data, Revit now reads “other” as a text parameter. Strangely enough, for “Integer” parameters. The solution for use of numeric values (Number parameters) is that we must now use “##number##general” as the syntax. Further testing has revealed, that if we revise it for the old content, it won’t work in legacy versions. In addition when inserting old content into Revit 2018, the program recognizes that the RFA is old and not subject to the new rules.
Is this permanent change (please reference to the documentation) or will the behavior revert with some future update?