function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
PabitraPabitra 

How to remove formula field Hyperlink in visualforce to show only text?

I have a formula field of hyperlink type.I am using it in visualforce.But in vf page it is showing the url directly.So I used apex:outputText, so that it is showing the text with hyperlink.But I don't want the hyperlink also here.I want to show only text.So how can I do this?

Note:As of now I have tried with text-decoration-none and I don't want to create another field. Escape attribute not supported in apex:outputText.Kindly give any suggestion apart from this.