Tags: Title of Parent Unit
Tiddler Text:
! Promoted Briefs
<$list filter="[!has[draft.of]tag[Brief]tag[{!!parent-opfac}]tag[{unit-opfac}]sort[created]]">
<div>
<$checkbox tag={{!!parent-opfac}}> __<$link to={{!!title}}><$view field="title"/></$link>__</$checkbox>
</div>
</$list>
! Incoming Briefs
<$list filter="[tag:[Brief]tag:{!!unit-opfac}!tag[{!!parent-opfac}]sort[created]]">
<div>
<$checkbox tag={{!!parent-opfac}}> <$link to={{!!title}}><$view field="title"/></$link></$checkbox>
</div>
</$list>
Fields:
parent-opfac: 14-00000
unit-opfac: 14-33296Tags: Every unit-opfac the Brief Tiddler is promoted to.
Tiddler Text: Some briefing text...
Fields:
parent-opfac: 14-33296
unit-opfac: 14-33296-P
<$tiddler tiddler=<<other-title>> >
In here <<currentTiddler>> = <<other-title>> and {{!!title}} refers to the title in <<other-title>>
</$list>
{{{[<other-tiddler>get<fieldname>]}}}Try adding variable=nul as a parameter in your list widget so the currentTiddler variable does not change and field reference refer to the original tiddler remain valid.
I will look closer later
Regards
Tony