Skip to content

Compare again database NULL in set_conditional_value function

Replace "==null" with "===null" (triple equals)

e.g.
// display a blank value when it's null.
$dg -> set_conditional_value( "SORT", "===null", array( "TCellValue"=>"" ) ); 


Feedback and Knowledge Base