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

Why BR() or <br/> do not work in formula field? What's wrong with my peice of code?
I have the below code in a formula : -
I see the below on VF page.

Pls help. Thanks.
IF(Chk_Criteria1__c = true, 'Documentation|' & Remark_Criteria1__c & BR(), '') & IF(Chk_Criteria2__c = true, 'Email Etiquette|' & Remark_Criteria2__c & BR(), '') &I expect that BR() should break the lines when i display on VF Page, but it doesn't. Any problem that I'm missing?
I see the below on VF page.
Pls help. Thanks.
Am using <apex:column> tag. Like below:-
<apex:column >{!data.CheckThisCase__c}</apex:column>