Forum Discussion

VivekVishwanat3's avatar
VivekVishwanat3
Qrew Cadet
7 years ago

\n

Hi,
Created a formula field to use If() condition, I need true and false conditions. _to be printed in the new line.



Example:
Print("\n hello")

output:
         --> empty line
hello  --> 2nd line






  • Hello Vivek, I would like to see the formula to help support further. First, I would make sure you are using a Rich text formula in order to use /n or <br> tags. 

  • Hi Vivek,

    I've found when using Rich Text it works best to use <br> tags and then when using a formula text \n works more reliably. It usually works best when you match the return you are using to the field type.