keelaboosa
New Member
- Joined
- Apr 3, 2018
- Messages
- 35
I would like to set up a Standard Notes wizard for our drafters.
For my example, we make three different types of drawings: Assembly, Welding, and Sheet Metal. I would set up a table with notes in the rows and drawing types in the headers.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]NOTE[/TD]
[TD]ASSY[/TD]
[TD]WELD[/TD]
[TD]SHTMTL[/TD]
[/TR]
[TR]
[TD]INTERPRET DRAWING PER ASME Y14.5[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]WELD PER ASW D1.1[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]BAG AND TAG COMPONENTS[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]ASSEMBLE PER INSTRUCTION XXXX[/TD]
[TD]Y[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
</tbody>[/TABLE]
I would then have a cell with data validation to select the drawing type. From the value in that cell, I want a table with the appropriate note for the drawing type.
How would I go about this one?
For my example, we make three different types of drawings: Assembly, Welding, and Sheet Metal. I would set up a table with notes in the rows and drawing types in the headers.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]NOTE[/TD]
[TD]ASSY[/TD]
[TD]WELD[/TD]
[TD]SHTMTL[/TD]
[/TR]
[TR]
[TD]INTERPRET DRAWING PER ASME Y14.5[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]WELD PER ASW D1.1[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]BAG AND TAG COMPONENTS[/TD]
[TD]N[/TD]
[TD]Y[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]ASSEMBLE PER INSTRUCTION XXXX[/TD]
[TD]Y[/TD]
[TD]N[/TD]
[TD]N[/TD]
[/TR]
</tbody>[/TABLE]
I would then have a cell with data validation to select the drawing type. From the value in that cell, I want a table with the appropriate note for the drawing type.
How would I go about this one?