Try
Code:
Hi [Firstname|Friends],
It is the tag identifier and the alternative text (in case there is no data) separated with a '|' character. This is the fastest way to do that. You can also use a conditional statement. The equivalent would be
Code:
<IF [[Firstname]] <> "">Dear [Firstname],<ELSE>Dear Friend,</IF>