- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Before I go too far down the rabbit hole i'm would like to check if the following is possible.
Not everyone in the business currently understand the ISO19650 Status codes so I want to put a small description of what the status code means at the bottom of each titleblock Sheet.
The drawing can only be a number of Status's eg. S0, S3, A4, A5 etc. I want to create a lookup formula that looks for the two digit status in one shared Instance parameter and then displays the description of that status in a different parameter e.g.:
ISO19650_Status = S0
ISO19650_Status_Definition = IF (ISO19650_Status = S0 THEN "Work In Progress), IF (ISO19650_Status = S3 THEN "Suitable for Review & Comment") etc... I know the syntax is incorrect at this point.
Any help would be most appreciated.
Cheers
Solved! Go to Solution.