Search results

  1. M

    Error in Query in Expression Builder...

    I need to implement the following logic in a report column: IF hist_mis_cds!typgess = "", then calculated field= "" ELSE IF hist_mis_cds!typgess <> hist_code_translation! src_code_desc then calculated field= "X" ELSE calculated field= "" I have implemented the following query in Expression...
  2. M

    Error in Query in Expression Builder...

    I need to implement the following logic in a report column: IF hist_mis_cds!typgess = "", then calculated field= "" ELSE IF hist_mis_cds!typgess <> hist_code_translation! src_code_desc then calculated field= "X" ELSE calculated field= "" I have implemented the following query in Expression...
Back
Top Bottom