I want to track a note that with a page property of Reading Status with a value Completed.
Can we track based on a specific Property value instead of File Create Time ?
The below setting seems not able to track it.
Any idea how to do it ?
title: Tracking my Reading Progress
titleStyle:
textAlign: center
backgroundColor: transparent
fontSize: 20px
color: Green
days: 365
graphType: default
cellStyleRules: []
dataSource:
type: PAGE
value: "#book"
filters: []
dateField:
type: PAGE_PROPERTY
value: Completed
countField:
type: PAGE_PROPERTY
value: ReadingStatus
dateRangeType: LATEST_DAYS
dateRangeValue: 365
I want to track a note that with a page property of Reading Status with a value Completed.
Can we track based on a specific Property value instead of File Create Time ?
The below setting seems not able to track it.
Any idea how to do it ?