| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| variable:tmssdropreport [2019/09/05 00:37] – [TMSSDROPREPORT] Scott Cunliffe | variable:tmssdropreport [2025/01/21 22:07] (current) – external edit 127.0.0.1 |
|---|
| ====== TMSSDROPREPORT ====== | ====== TMSSDROPREPORT ====== |
| |
| 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. | 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''. | ''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''. | 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 ===== |
| ==== 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 ^ -> |
| |
| |
| {{tag>environmental_variables paths}} | {{tag>environmental_variables paths pdf csv html excel}} |