variable:tmssreportcolumndelete
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
variable:tmssreportcolumndelete [2019/03/28 03:03] – Scott Cunliffe | variable:tmssreportcolumndelete [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== TMSSREPORTCOLUMNDELETE ====== | ====== TMSSREPORTCOLUMNDELETE ====== | ||
- | 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 |
- | To remove columns | + | TMSSREPORTCOLUMNDELETE will remove |
- | <note tip>The maximum | + | <note tip>The maximum |
- | The sequence of the array of integers is not important.</ | ||
+ | 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 ===== | ===== See Also ===== | ||
- | [[technote: | + | * [[variable: |
+ | * [[technote: | ||
- | {{tag> | + | {{tag> |
<- ^ variable: | <- ^ variable: | ||
variable/tmssreportcolumndelete.1553742224.txt.gz · Last modified: 2025/01/21 22:07 (external edit)