Filename Variables
This topic applies to KCT NG 2026.2 and later. If you are on KCT 3.12.7 or earlier, see legacy topic.
There are a number of variables that can be used within the filename fields throughout KCT NG which will help you create unique names for your backups and reports. These variables are resolved to actual values at the time the activity is started. For example: C:\ProgramData\SolarWinds\CatTools\Captured Data\%GroupName%\%DeviceName%.DeviceOutput.%DateISO%.txt
| Variable | Value |
|---|---|
%GroupName% |
Device group name as a folder name |
%BaseFile%
|
Device specific file name |
%HostAddress%
|
Device specific Host Address |
%DateISO%
|
ISO format date |
%DateYYYY%
|
Date as yyyy (year only) |
%DateMM% |
Date as mm (month only) |
%DateDD% |
Date as dd (day only) |
%DateWW%
|
Day of the week (values 1 through 7) |
%DateWDN%
|
Week Day Name (e.g. Monday) |
%TimeHHMM%
|
Time as hhmm (e.g. time of 13:01 will display as 1301) |
%TimeHH% |
Time as hh (e.g. time of 13:01 will display as 13) |
%TimeMM%
|
Time as mm (e.g. time of 13:01 will display as 01) |
%DeviceName%
|
File system friendly device name |
%AppPath%
|
File system path of the KCT NG executable including a trailing "\" |
It should be noted that %GroupName% and %DeviceName% are device specific variables. As such they cannot be resolved against an activity, such as a summary report file, since an activity is related to multiple devices.