Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Help with Switch case

Hi, I have to add custom column called "score".For that i have to add switch case as below:    CASE WHEN isnull(N_SUM_of_Absolute_us...) THEN 0  WHEN (N_SUM_of_Absolute_us... NOT NULL) and isnul...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous 

    Thank you so much.It worked.