variable:tmssreportcolumndelete
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
variable:tmssreportcolumndelete [2018/06/28 12:58] – created Gerard Nicol | variable:tmssreportcolumndelete [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TMSSREPORTCOLUMNDELETE ====== | ====== TMSSREPORTCOLUMNDELETE ====== | ||
- | This variable can be used to remove columns from a Command Line Report. | + | This [[variable: |
- | To remove columns, set the variable to an array of comma delimited | + | To remove columns, set the variable to an array of comma delimited |
- | To remove columns 3 and 4 use TMSSREPORTCOLUMNDELETE=3, | + | TMSSREPORTCOLUMNDELETE will remove the specified columns from all reports. |
+ | |||
+ | <note tip>The maximum Integer number is '' | ||
+ | |||
+ | |||
+ | The sequence of the array of Integers is not important.</ | ||
+ | |||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | To remove columns 3 and 4 | ||
+ | |||
+ | ==== Windows Command Line ==== | ||
+ | |||
+ | < | ||
+ | set TMSSREPORTCOLUMNDELETE=3, | ||
+ | </ | ||
+ | |||
+ | or to localise the column removal from report 120 only | ||
+ | |||
+ | < | ||
+ | set TMSSREPORTCOLUMNDELETE120=3, | ||
+ | </ | ||
+ | ==== Windows PowerShell ==== | ||
+ | |||
+ | < | ||
+ | $env: | ||
+ | </ | ||
+ | |||
+ | or to localise the column removal from report 120 only | ||
+ | |||
+ | < | ||
+ | $env: | ||
+ | </ | ||
+ | |||
+ | ==== Linux ==== | ||
+ | |||
+ | < | ||
+ | export TMSSREPORTCOLUMNDELETE=3, | ||
+ | </ | ||
+ | |||
+ | or to localise the column removal from report 120 only | ||
+ | |||
+ | < | ||
+ | export TMSSREPORTCOLUMNDELETE120=3, | ||
+ | </ | ||
+ | ===== See Also ===== | ||
+ | |||
+ | * [[variable: | ||
+ | * [[technote: | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | <- ^ variable: | ||
variable/tmssreportcolumndelete.1530190723.txt.gz · Last modified: 2025/01/21 22:07 (external edit)