Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Assign values: conditional case when

    Hi GrassHopper,

    Try this one for third scenario. I believe this will work for you..

    case when (sum(total) over (partition by name1) >100) AND (MIN(total) over (partition by name1) < 25) AND...

Viewing post 1 (of 1 total)