Merge command: [stratt-boxtitleh4 ]
Merge variable/item: strAttBoxTitleH4

Comments:
This wraps [stratt-boxtitle ] in an h4. If [stratt-boxtitle ] is empty no h4 is generated !

Formula:
@If(@Trim(strAttBoxTitle)="";"";"< h4 >"+strAttBoxTitle+"< /h4 >");