Hi All,
I have a very simple requirement in which I need a calculated column based on the two column value in the table .
so in simple SQL logic it will be something like this:
if("column1= 1" AND "column2" = 2)
then calculated column is sum (column 3 , column4)
Regards
Deep