Health Tracking App
This tutorial assumes that Google Sheet - Health tracking spreadsheet tutorial has been completed.
Tracking weight
Setting up the data
- In the Data navigation section, select the + to add new data
- Select your Health spreadsheet and Weight tab, then Add to app
- Validate all data types
- Date: DateTime
- Weight: Decimal
- Variation: Percent
- Validate all initial values
- Date: NOW()
- All others should be empty
- Edit formating (Click on the pencil on the left of the column)
- Date
- Ignore seconds
- Use long date format
- Date
Setting up the visuals
- Access to the Views section from the sidebar just under the data section
- Add a primary navigation
- View name: Weight
- For this data: Weight
- View type: Chart
- Edit view options
- Chart type: Col series
- Chart columns: Weight
- Sort by: Date ascending
- Edit Display options
- icon: balance-scale
Tracking exercises
Exercises data
- Add the Exercises tabs to the data
- Validate data types
- Exercise: Text
- Notes: LongText
- Validate requirements
Exercise entries data
- Add the ExerciseEntries tabs to the data
- Validate data types
- Date: DateTime
- Exercise: Ref with source table "Exercises"
- Quantity: Number
- Duration: Duration
- Validate requirements
- Date: Required
- All others are not required
- Validate all initial values
- Date: NOW()
- All others should be empty
- Edit formating (Click on the pencil on the left of the column)
- Date
- Ignore seconds
- Use long date format
- Date
- Add virtual columns
- Total duration
- App formula: TOTALHOURS([Duration])
- Type: Decimal
- End of week
- App Formula: EOWEEK([Date])
- Type: Date
- Use long date format
- Total duration
Setting up the visuals
- Access to the Views section from the sidebar just under the data section
- Add a reference view
- View name: Exercises quantity
- For this data: ExerciseEntries
- View type: Deck
- Edit view options
- Sort by: Date - descending
- Group by:
- End of week - Descending
- Exercise - Ascending
- Group aggregate: SUM::Quantity
- Primary header: Date
- Secondary header: None
- Summary column: Quantity
- Show action bar (Makes display cleaner)
- Edit Display options
- icon: dumbbell
- Duplicate Exercises quantity
- Rename: Exercises duration
- Group aggregate: SUM :: Total duration
- icon: running
- Create a new view
- View name: Exercise Tracking
- View type: dashboard
- Edit view options
- View entries
- Exercises quantity
- Exercises duration
- View entries
- Edit display options
- icon: dumbbell