I would like to write a macro that return:- the "caption" field of a tiddler if this field has a value- the title of the tiddler if this tiddler doesnt have a caption field
<$view field="caption"> <$view field="title"></$view></$view>