Multi Level BOM Report with associated CAD Documents
I need a way to use the multi-level BOM report functionality, but have it also retrieve the associated EPM docs (Number, Name, State, and Rev). Ideally, this would be in a new row similar to if you show CAD docs on the structure tab and export from that screen. I am trying to do this without customization, so I have accepted that I probably need to bring this data in as columns and post-process in excel to turn them into rows.
I tried simply using 4 alias attributes (#, name, state, rev). This pulls in the data perfectly, but it sorts each column alpha-numerically, so there is no way to tell which name, state, and rev belong to which number. (Doesn't work)
EG~ buildTarget@wt.epm.build.EPMBuildRule~buildSource^wt.epm.EPMDocument~number
I tried using a calculated attribute at the EPM doc level that concatenates the 4 attributes, and then using an alias to pull the calculated attribute into the BOM... This doesn't work, as I think alias attributes MUST be modeled attributes and not IBAs. (I am not sure why)
A contact of mine let me know there is a way to get some combined attributes in an alias attribute, for example, using the following "displayIdentifier" and "numberedNamed" in an alias attirbute I can get number&version and number&name, which I could parse out in Excel to associate number, name, and rev, but was unable to find a way to get the state in this way...
EG~ buildTarget@wt.epm.build.EPMBuildRule~buildSource^wt.epm.EPMDocument~displayIdentifier
Does anyone have any more ideas?
