Quantcast
Channel: SCN : Unanswered Discussions - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 4343

Logical AND , OR operations in calculated Column

$
0
0

Hi Frzz,

 

I need to apply AND & OR operators in IF statement of Calculated Column. Could some one help he how to achieve this.

 

IF( employeetype = = 'temporary' AND experiance == '5years' )

{

     IF( employeeDesignation == ' BA' )

      {

         logic

       }

 

    ELSE IF (employeeDesignation == 'AC')

      {

         logic

      }

 

   ElSE

     {

        logic

     }

 

 

 

 

ELSE IF ( employeetype = = 'temporary' OR experiance == '5years' )

{

 

     IF( employeeDesignation == ' BA' )

      {

         logic

       }

 

    ELSE IF (employeeDesignation == 'AC')

      {

         logic

      }

 

   ElSE

     {

        logic

     }

 

}

 

 

 

ELSE

 

{

 

Logic

 

}

 

Best Regards,

Krishna.


Viewing all articles
Browse latest Browse all 4343

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>