Basic markups in the Office Templates
David Allison
Member, Jama Connect Interchange™ (JCI) Posts: 19
I hope someone can help me with some very basic things I just can't figure out in the Office Templates for reports.
- How do I bold a field so the data shows up that way?
- How do I add line breaks/page breaks?
- How do I get lower level headings? Everything seems to be Heading. I would like some items ( like each new test case) to be Heading 2 in the code below:
«TemplateStart:DEFAULTTEMPLATE»
«TableStart:HEADING»
«documentKey» «name»
«TableEnd:HEADING» #### Would like a page break for each test case
«description»
«TemplateEnd:DEFAULTTEMPLATE»
«TemplateStart:SVER»
«TableStart:HEADING»
«documentKey» «name»
«TableEnd:HEADING»
Description:
«description» ### Would like to insert a line here
Materials Required:
«materials_and_equipment» ### Would like to insert a line here
Initial Conditions (Pre-Conditions):
«initial_conditions»
###This is a table. It doesn't show up will here Step Procedure Expected Result(s) Notes
«TableStart:STEPS»
«stepIndex»
«action»
«expectedResult»
«notes»«TableEnd:STEPS»
«TemplateEnd:SVER»
Also, if anyone one has a reference for these kinds of things, it would be much appreciated
0