# Topsheet Test # title: Key Performance Indicators # Input files ------------------------- files: cdap: file: ".dashboard/cdap.csv" # Calculations ------------------------ calculations: mandatory: '{cdap.Mandatory}' nonmndatory: '{cdap.Non-mandatory}' stayathome: '{cdap.Stay at Home}' total: 'mandatory + nonmndatory + stayathome' # Table rows outputs: - title: Total CDAP Activity Patterns style: { font-weight: bold, color: purple} value: total - title: Mandatory Tours value: mandatory - title: Non-Mandatory Tours value: nonmndatory - title: Stay-at-Home (CDAP) value: stayathome