TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssreportcolumndelete

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
variable:tmssreportcolumndelete [2022/01/14 01:11] Scott Cunliffevariable:tmssreportcolumndelete [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 To remove columns, set the variable to an array of comma delimited Integers, each representing a column that you would like to remove. To remove columns, set the variable to an array of comma delimited Integers, each representing a column that you would like to remove.
 +
 +TMSSREPORTCOLUMNDELETE will remove the specified columns from all reports.  In reports that combine multiple reports like TMSS10ListMoveHistory, adding the report ID to TMSSREPORTCOLUMNDELETE will only affect that report (eg. TMSSREPORTCOLUMNDELETE120).
  
 <note tip>The maximum Integer number is ''32''. If the value exceeds the number of columns in the report, or if the value exceeds **32**, the Integer is ignored. <note tip>The maximum Integer number is ''32''. If the value exceeds the number of columns in the report, or if the value exceeds **32**, the Integer is ignored.
Line 21: Line 23:
 </code> </code>
  
 + or to localise the column removal from report 120 only
 +
 +<code>
 +set TMSSREPORTCOLUMNDELETE120=3,4
 +</code>
 ==== Windows PowerShell ==== ==== Windows PowerShell ====
  
 <code> <code>
 $env:TMSSREPORTCOLUMNDELETE = "3,4" $env:TMSSREPORTCOLUMNDELETE = "3,4"
 +</code>
 +
 + or to localise the column removal from report 120 only
 +
 +<code>
 +$env:TMSSREPORTCOLUMNDELETE120 = "3,4"
 </code> </code>
  
Line 33: Line 46:
 </code> </code>
  
 +or to localise the column removal from report 120 only
 +
 +<code>
 +export TMSSREPORTCOLUMNDELETE120=3,4
 +</code>
 ===== See Also ===== ===== See Also =====
  
Line 38: Line 56:
   * [[technote:setting_environmental_variables|Setting Environmental Variables]]   * [[technote:setting_environmental_variables|Setting Environmental Variables]]
  
-{{tag>environmental_variables printing}}+{{tag>environmental_variables printing pdf excel text html csv}}
  
 <-  ^ variable:start |Introduction ^ -> <-  ^ variable:start |Introduction ^ ->
  
variable/tmssreportcolumndelete.1642122712.txt.gz · Last modified: 2025/01/21 22:07 (external edit)