Zone Category Code not available

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-12-18 04:37 AM
2015-12-18
04:37 AM
Zone Category Code is available in the Field picker for listing, so I'm thinking it's a bug / mistakenly left out.
Our current work-around is to make the Zone ID the same as the Category Code, but this has obvious consistency error problems, and the added issue of being subject to auto-ID increase if the user has set this option.
Are we missing something? Is it called something else in the Criteria list?
IF we're not mistaken, THEN
FEATURE REQUEST: <Make Zone Category Code available in the Criteria drop-down menu of the Interactive Scheduler>
ArchiCAD 24 (build 5004)
MacBook Pro (16-inch, 2021) Apple M1 Pro 32GB RAM | MacOS 12.0.1
Melbourne, Australia
MacBook Pro (16-inch, 2021) Apple M1 Pro 32GB RAM | MacOS 12.0.1
Melbourne, Australia
Labels:
- Labels:
-
Data management
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-02-22 11:20 PM
2016-02-22
11:20 PM
I have recently had to deal with the same thing.
my work around was..
make a custom zone stamp(copied a standard zone stamp)
add a parameter "Zone_catogory_code"
add in the parameter script:
rrr = request("Zone_category", "", catname, catcode)
IF rrr > 1 THEN
PARAMETERS Zone_catogory_code = catcode
ELSE
PARAMETERS Zone_catogory_code = ""
ENDIF
Have the schedule read the custom parameter of the "custom zone stamp" library part
my work around was..
make a custom zone stamp(copied a standard zone stamp)
add a parameter "Zone_catogory_code"
add in the parameter script:
rrr = request("Zone_category", "", catname, catcode)
IF rrr > 1 THEN
PARAMETERS Zone_catogory_code = catcode
ELSE
PARAMETERS Zone_catogory_code = ""
ENDIF
Have the schedule read the custom parameter of the "custom zone stamp" library part