Syntax & Functions Cookbook
End-to-end report template examples combining multiple syntax functions for real-world Daxium-Air use cases.
Recipe 1 — Per-submission inspection report (Word)
Template structure
<%Inspector.FullName%> — <%F('dd/MM/yyyy', InspectionDate)%>
Site: <%List(', ', SiteAddress, PostalCode, City)%>
Status: <%If(InspectionResult = 'Compliant', 'COMPLIANT ✓', 'NON-COMPLIANT ✗')%>
<%Map(SubmissionLatitude, SubmissionLongitude, 15, 400, 250, 0)%><%Images(Photos)%><%ImageWatermark(200, 0,
List(' | ',
ImageExif(Photos, 'GpsLatitudeDM'),
ImageExif(Photos, 'GpsLongitudeDM'),
ImageExif(Photos, 'DateTime')
), 'Left', 'Bottom', 'White', '#000000', 0.5, 11)%>Key functions used
Recipe 2 — Monthly summary listing report (Excel)
PPActions sheet
Data sheet (Interventions table — one row template)
#
Technician
Date
Duration (min)
Summary section (below the table)
Listing mode filter (Repeat in PPActions)
Key functions used
Recipe 3 — Delivery note with related line items (Word)
Main submission section
Relation table (one row per product)
Key functions used
Recipe 4 — Conditional multi-section report (Word)
Pattern
Key functions used
Tips for all recipes
Last updated
Was this helpful?

