Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I am creating a status report note on a drawingthat hasmultiple models and would like it to report back in a whether any of the associated drawing models have been modified in a users workspace using &PTC_MODIFIED. Do I need to write relations?
This is what I am looking to see:
IF all &PTC_MODIFIED equals FALSE then "False"
IF any &PTC_MODIFIED equals TRUE then "True"
My drawing annotation reads like this now:
{1:&dwg_name}.drw
&PTC_COMMON_NAME:D
DESIGNER: &PTC_WM_MODIFIED_BY:D
DWG VERSION: &PDMREV:D / STATE: &PTC_WM_LIFECYCLE_STATE:D
LAST MODIFIED: &PTC_WM_MODIFIED_ON:D
CURRENT CHARGE CODE: &CURRENT_CHARGE_CODE
MODELS MODIFIED: &PTC_MODIFIED / MC ERR: &MC_ERRORS:D