
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
Query Search | ||||||||
| Line: 160 to 160 | ||||||||
%SEARCH{"Threat='Amber' AND text ~ '*cold virus*'"}%
| ||||||||
| Added: | ||||||||
| > > | Find all topics that have a parent topic called "Family" and provide a link with the Topic name that goes directly to the last attachment (by date) that was attached to that topic.
%SEARCH{
"parent.name = 'Family'"
type="query"
nonoise="on"
format="| [[%PUBURL%/%WEB%/$topic/$percntCALC{\"$LISTITEM($LISTSIZE($query(attachments.name)), $query(attachments.name))\"}$percnt][$topic]] |"
}%
| |||||||
|
Related Topics: IfStatements, SearchHelp, VarIF, VarGET, VarSET, VarSEARCH, FormattedSearch, TWiki:TWiki.QuerySearchPatternCookbook | ||||||||