variable:tmssreportcolumndelete
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
variable:tmssreportcolumndelete [2018/06/28 13:08] – 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 | + | TMSSREPORTCOLUMNDELETE will remove |
- | <note tip>The maximum | + | <note tip>The maximum |
+ | |||
+ | |||
+ | The sequence of the array of Integers is not important.</note> | ||
+ | |||
+ | |||
+ | ===== 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.1530191281.txt.gz · Last modified: 2025/01/21 22:07 (external edit)