<DIV =forum>
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
DESIGNER: &PTC_WM_MODIFIED_BY
DWG VERSION: &PDMREV
/ STATE: &PTC_WM_LIFECYCLE_STATE
LAST MODIFIED: &PTC_WM_MODIFIED_ON
CURRENT CHARGE CODE: &CURRENT_CHARGE_CODE
MODELS MODIFIED: &PTC_MODIFIED / MC ERR: &MC_ERRORS
</DIV>
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
DESIGNER: &PTC_WM_MODIFIED_BY
DWG VERSION: &PDMREV
LAST MODIFIED: &PTC_WM_MODIFIED_ON
CURRENT CHARGE CODE: &CURRENT_CHARGE_CODE
MODELS MODIFIED: &PTC_MODIFIED / MC ERR: &MC_ERRORS