Calculated Values in Tags issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
We are trying to set up a calculated value in a tag with a few more options. For our egress plans, we have to show 3 types of information for doors and stairs.
Egress Quantity: Number of Persons (filled out by user)
Egress Width: Width of Door or Stair minus door leafs/handrails/jambs (filled out by user)
Required Egress Width: This is where the formula comes into play - Egress Width * [Value from Code Table] - this value is typically .2 or .15
I can get the calculated value to come out, but it usually displays a small number for Required Width - like 2". We want to have a condition set that if the calculated width is under 32", it will just display 32" Required Width.
I have tried a =IF operation, but I continue to get "Inconsistent Units" everytime.
Here is the formula:
Egress Width * .2 =IF(Required Egress Width < 32, 32, Required Egress Width)
Could it be having issues because the Required Egress Width is really not a parameter persay, but a calculated value in the tag?
Thanks!