howdy- i am running driveworks xpress on 2013. i have a cabinet assembly file with a shelf. i would like to suppress or unsuppress (not delete) the shelf, dependent if the "shelf" is selected on the form. "shelf" is a checkmark on the form.
i have tried these FILENAME rules:
=FILENAME &(IF(SHELF = TRUE, "UNSUPPRESS", "SUPPRESS"))
=(IF(SHELF = TRUE, "UNSUPPRESS", "SUPPRESS")) & IF(SHELF=TRUE, "FILENAME", FILENAME)
=IF(SHELF = TRUE, FILENAME, FILENAME&"SUPPRESS
In these instances, the shelf is named FILENAMESUPPRESS.
Is my code wrong? Am I missing something? Do File name rules have limitations?
thanks for your help!
-Brianna
To clarify, i would like the shelf to have a unique name (the filename) AND either be suppressed or unsuppressed, dependent if "shelf" is selected on the form.