You need to sign in to do that
Don't have an account?

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.

modifiying the text field to include the HTML code for a comma (e.g. ,...) 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.