TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssdropreport

Differences

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

Link to this comparison view

Next revision
Previous revision
variable:tmssdropreport [2019/09/05 00:32] – created Scott Cunliffevariable:tmssdropreport [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSSDROPREPORT ====== ====== TMSSDROPREPORT ======
  
-The [[variable:start|environmental variable]] ''TMSSDROPREPORT '' allows you to drop, or remove, a report section from command line report output.  This can be of benefit if you only need one section of the report output.+The [[variable:start|Environmental Variable]] ''TMSSDROPREPORT'' allows you to drop, or remove, a report section from command line report output based on the report ID.  This can be of benefit if you only need one section of the report output
 + 
 +''TMSSDROPREPORT'' is used in the format ''TMSSDROPREPORT'' + the Report-ID, so for Report 100 the variable would be ''TMSSDROPREPORT100''
 + 
 +New Variables can be set for multiple report sections based on the Report-ID's, for example Reports 100 and 110 you would set ''TMSSDROPREPORT100'' and ''TMSSDROPREPORT110''.
  
 ===== Example ===== ===== Example =====
Line 7: Line 11:
 ==== Windows Command Line ==== ==== Windows Command Line ====
  
 +<code>
 +set TMSSDROPREPORT110=true
 +</code>
 +
 +==== Windows PowerShell ====
 +
 +<code>
 +$env:TMSSDROPREPORT110 = "true"
 +</code>
 ===== See Also ===== ===== See Also =====
  
-[[technote:setting_environmental_variables|Setting environmental variables]]+  * [[variable:start|Variables]] 
 +  * [[technote:setting_environmental_variables|Setting Environmental Variables]]
  
 <-  ^ variable:start |Introduction ^ -> <-  ^ variable:start |Introduction ^ ->
Line 15: Line 29:
  
  
-{{tag>environmental_variables paths}}+{{tag>environmental_variables paths pdf csv html excel}}
variable/tmssdropreport.1567643534.txt.gz · Last modified: 2025/01/21 22:07 (external edit)