Quote:
	
	
		| 
					Originally Posted by kovidgoyal  You can do it, using a trick. Create a custom column with a template that evaluates to "none" if your condition is false and "block" if it is true. Then in the jacket use this
 <div style="display:{_custcol}">
 the condition content
 </div>
 | 
	
 Thank you very much, I'll do that.