--- components: - iterdef context_target: "[[JULI]]" context_role: Iteration iterdef_id: 0 iterdef_status: closed iterdef_start: 2026-06-19T00:00:00 iterdef_end: 2026-06-19T00:00:00 iterdef_goal: "" base_created: 2026-06-09T16:59 base_modified: 2026-06-24T16:42 cssclasses: wide-page iterdef_capacity_minutes: 0 --- ## Goal ## Workspace ```base filters: and: - file.hasLink(this.file.path) formulas: Aufwand (ET: action_effort_minutes / 60 / 8 properties: formula.Aufwand (ET: displayName: Aufwand (ET) views: - type: table name: Table order: - file.name - action_status - formula.Aufwand (ET - action_impact - action_effort_minutes sort: - property: action_status direction: ASC ``` ## Bound Work ```dataview TABLE action_status as "Action", work_status as "Work", round(action_effort_minutes / 60 / 8, 1) as "Aufwand (ET)", action_impact as "Impact" FROM "" WHERE iterbind_target = this.file.link SORT action_impact DESC, action_effort_minutes ASC ``` ## Workspace ```base filters: and: - file.hasLink(this.file.path) formulas: Aufwand (ET: action_effort_minutes / 60 / 8 properties: formula.Aufwand (ET: displayName: Aufwand (ET) views: - type: table name: Table order: - file.name - action_status - formula.Aufwand (ET - action_impact - action_effort_minutes sort: - property: action_status direction: ASC ``` ## Features ```dataview TABLE action_status as "Status", round(action_effort_minutes / 60 / 8, 1) as "Aufwand (ET)", action_impact as "Auswirkung" FROM "" WHERE iterbind_target = this.file.link SORT priority DESC, effort ASC ```