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/02/23 02:09] Scott Cunliffevariable:tmssreportcolumndelete [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 24: Line 24:
  
  or to localise the column removal from report 120 only  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 36: 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 41: Line 56:
   * [[technote:setting_environmental_variables|Setting Environmental Variables]]   * [[technote:setting_environmental_variables|Setting Environmental Variables]]
  
-{{tag>environmental_variables printing pdf excel text html}}+{{tag>environmental_variables printing pdf excel text html csv}}
  
 <-  ^ variable:start |Introduction ^ -> <-  ^ variable:start |Introduction ^ ->
  
variable/tmssreportcolumndelete.1645582140.txt.gz · Last modified: 2025/01/21 22:07 (external edit)