<%= Datum.Name %>
This is not the default report. By the way it has <%= Datum.Name.length %> bytes in the Name property. And this report has GUID Manifest <%= Manifest.Metadata.GUIDReportDescription %>.
Thumbnails from the video in Common Files
Locations for the zip code <%= Datum.ZipCode %> in the country <%= Datum.Country %>:
<%
for (var i = 0; i < Scratch.Locations.length; i++)
{
%>
<%= Scratch.Locations[i].City %>
at (<%= Scratch.Locations[i].Latitude %>, <%= Scratch.Locations[i].Longitude %>)
in <%= Scratch.Locations[i].County %> <%= Scratch.Locations[i].State %>.
<%
}
%>
Links on the Never Work in Theory blog:
<%
for (var i = 0; i < Scratch.Links.length; i++)
{
Behaviors.manifestLog(Manifest, 'Rendering a link to the report, index '+i+' => '+Scratch.Links[i]);
%>
- <%= Scratch.Links[i] %>
<%
if (i % 11 == 10)
{
%>
oh
<%
}
}
%>