Results by {{.GroupsBy}}
| {{.GroupsBy}} |
Targets |
Visited |
Started |
Completed |
{{range .Groups}}
| {{.Group}} |
{{.Total}} |
{{if .Suppressed}}
Hidden (group too small) |
{{else}}
{{if lt .Clicked 0}}—{{else}}{{.Clicked}} ({{.ClickedPercent}}%){{end}} |
{{if lt .TrainingStarted 0}}—{{else}}{{.TrainingStarted}} ({{.TrainingStartedPercent}}%){{end}} |
{{if lt .TrainingCompleted 0}}—{{else}}{{.TrainingCompleted}} ({{.TrainingCompletedPercent}}%){{end}} |
{{end}}
{{end}}
A dash means the result is not shown, to keep individuals anonymous. Anonymous campaigns show group sizes only; on other campaigns a group too small to show on its own is folded into Other.
{{end}}