Ekahau Template Reporting Cheatsheet v1
The following is a list of useful quick references when building out Ekahau Report Templates:
Data Tags
<#${project-name}#>
<#${project-file-name}#>
<#${project-owner}#>
<#${project-notes}#>
<#${project-location}#>
<#${floor-name}#>
<#${ap-name}#>
<#${ap-number}#>
<#${ssid}#>
Loop Tags
<#“loop-start”: {“type”: “floors”}#>
<#“loop-end”: {“type”: “floors”}#>
<#“loop-start”: {“type”: “aps”}#>
<#“loop-end”: {“type”: “aps”}#>
<#“loop-start”: {“type”: “radios”}#>
<#“loop-end”: {“type”: “radios”}#>
<#“loop-start”: {“type”: “ssids”}#>
<#“loop-end”: {“type”: “ssids”}#>
<#“loop-start”: {”type”: ”aps”,
“filter”: {
“include”: { “on-map”: “false” }
}
}#>
Visualization Tags
<#{“visualization”: {
“heatmap”: {
“type”: “sig-strength”,
“filter”: {
“include”: {
“owner”: “my”,
“band”: “2.4”
}
}
}
}
}#>
“accuracy” : “accurate”
<#”visualization”:{
“aps”: {
“show-name”: “true”
}
}#>
“surveys”: “true”,
“areas”: {}
“filter” : {
“include” : {
“band” : “2.4”
}
}
<#”visualization”:{
“aps”: {
“show-name”: “true”
}
}#>
“height-in-millis”: “60”
“height-in-inches”: “2”
“width-in-millis”: “60”
“width-in-inches”: “4”
Visualization Legend
<#{“visualization-legend”:{}}#>
<#{“visualization-legend”:{“width-in-millis”: “80”}}#>
Visualization Statistics
<#“visualization-statistics”: {“width-in-millis”: “80”}#>
Custom AP Tags
<#”loop-start”: {“type”: “aps”, “filter”:{“include”:{“tag-key”:”antenna”}}}#>
<#”loop-start”: {“type”: “tags”}#>
<#${tag-key}#>: <#${tag-value}#>
<#”loop-start”: {“type”: “tags”}#>
<#”loop-start”: {“type”: “aps”}#>
Special Tags
<#${nl}#>
Of course, all the intimate details for creating custom template reports in Ekahau can be found on Ekahau’s Template Reporting help page.