I have a content type in drupal 7 and I'd like to display a custom field twice for the content type, but each time with a different output format. The output formats are defined within the field.

I found this reference for getting the field to output twice. It's the different formatter each time I'm struggling with.

http://drupal.org/node/1162240

John