In the raw data table I am using for a pivot, I have a column that contains a unique URL (link to an opportunity in salesforce.com) that I format using the =Hyperlink command. However when I then pivot that data, only the URL text string comes across in the pivot table and I want to preserve the hyperlink "formatting" so the user can click on the link in the pivot and spawn off a browser link. This works fine in the raw data table.
Is there a way to define a cell format that is a clickable hyperlink of the exact text that is in the cell (a properly formatted URL)? This formatting needs to be value in a Pivot and remain valid when the pivot is refreshed.
Thank you!