variable:tmssreportcolumndelete
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
variable:tmssreportcolumndelete [2020/01/20 23:33] – Scott Cunliffe | variable:tmssreportcolumndelete [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
This [[variable: | 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 |
- | <note tip>The maximum integer number is '' | + | TMSSREPORTCOLUMNDELETE will remove |
+ | <note tip>The maximum Integer number is '' | ||
- | The sequence of the array of integers | + | |
+ | The sequence of the array of Integers | ||
===== Example ===== | ===== Example ===== | ||
- | To remove columns 3 and 4 use | + | 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 |
- | set TMSSREPORTCOLUMNDELETE=3, | + | |
- | </ | + | |
+ | < | ||
+ | export TMSSREPORTCOLUMNDELETE120=3, | ||
+ | </ | ||
===== See Also ===== | ===== See Also ===== | ||
* [[variable: | * [[variable: | ||
- | * [[technote: | + | * [[technote: |
- | {{tag> | + | {{tag> |
<- ^ variable: | <- ^ variable: | ||
variable/tmssreportcolumndelete.1579563207.txt.gz · Last modified: 2025/01/21 22:07 (external edit)