Complete the following steps to ensure that a report does not indent Sequence Call step results using the TR6_report.xsl, TR5_report.xsl, TR6_Expand.xsl, or TR5_Expand.xsl file.

  1. Open the .xsl file you want to change.
  2. Search for the <!-- Customization variables--> comment.
  3. Search for the gIndentSequenceCalls variable and change the value of the select attribute from true to false, which results in the following line of code: <xsl:variable name="gIndentSequenceCalls" select="false()"/>
Note Flow Control steps continue to indent even with this customization.

TR6_report.xsl or TR5_report.xsl

The following figure shows a modified report that includes Sequence Call steps without indentation using the TR6_report.xsl or TR5_report.xsl file.

TR6_Expand.xsl or TR5_Expand.xsl

The following figure shows a modified report that includes Sequence Call steps without indentation using the TR6_Expand.xsl or TR5_Expand.xsl file.