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
pooja chauchanpooja chauchan 

Field won't display on Visualforce page

The field I am trying to include is a text field that contains numbers separated by commas (it was originally a text formula and I created a WFR and Field Update to move it to a text field and am referencing the text field - I did this as a troubleshooting step; the formula and the text field both have the same problem on the VF page).  Both the formula and the text field display fine on the record detail page.  I am displaying lots of other fields on this VF page without issue.  I've tried wrapping the field in HTMLENCODE, JSINHTMLENCODE, nothing.
Best Answer chosen by pooja chauchan
Gaurav NirwalGaurav Nirwal
 modifiying the text field to include the HTML code for a comma (e.g. &#44...) instead of a comma as well.  The field just won't display on my VF page, and it is the last thing keeping me from rolling this out.