Ekahau Report Templates

Ekahau Report Templates

Let me guess… you came here looking for the Google Drive link…

image

Ekahau report template filtering only respects the last filter

demonstrate this!

test code block

<#{“loop-start”: {”type”: ”aps”}}#>
<#${ap-name}#>
<#{“loop-end”: {”type”: ”aps”}}#>

Extract note text from Ekahau project file

<#{“loop-start”:{“type”:”floors”}}#> 
<#${floor-name}#>
Total Map Notes: <# “count”: {“type”: “notes”}#>

Notes with Text: <# “count”: {“type”: “notes”,
                              “filter”: {
                                 “include”: {
                                    “has-text”: “true” }}}#>
                                    
Notes without Text: <# “count”: {“type”: “notes”,
                                 “filter”: {
                                    “include”: {
                                       “has-text”: “false”}}}#>

<#{“loop-start”:{“type”:“notes”}}#>

<#{"if":{
    "count":{
       "filter":{
          "include":{
             "has-text":"true"}},
       "comparator":">",
       "compare-to":"0",
       "type":"notes"}}}#>
       
<#${note-updated-at}#>
<#${note-updated-by}#>
<#${note-text}#>

<#"endif": {}#>

<#{“loop-end”:{“type”:“notes”}}#>
<#{“loop-end”:{“type”: “floors”}}#>