Hi
Sounds like a position override might be good.
Have a condition like (have to experiment)
if ($cck->getValue(‘my_field’))
{
echo ‘<div>’.$cck>getValue(‘my_other_field’).’<div>’;
}
<br>
Depending where you are within seblod you have access to:
$cck
$fields
$items
Have to get your head round which is relevant to your context....