{
  caption: 'IIF',
  description: 'if cond is true value 1 is returned otherwise value2',
  code: 'com.rameses.functions.LogicalFunc.iif',
  title: '@IIF( cond, value1, value2 )',
  signature: '@IIF( |, ,  )',
  group: 'logical'  
}