Forum Discussion

schoden's avatar
schoden
Post Partisan
5 years ago
Solved

IF with text value & AND OPERATOR

Hi All,    Has anyone faced same problem like mine.  I am making new column with IF statement for text value column with condition of AND OPERATOR.  Although there exist data in dataset , the IF c...
  • schoden's avatar
    schoden
    5 years ago

    Hi All,

    I am posting for others reference as the issue with AND operator is if it is to compare two different columns it works fine but when is to compare two values from same column the AND operator or IN operator doesnt work.

    In such case you have to use nested IF.

    Cheers.