Hi All,
I am trying to do the following calculation in Beast mode but I am getting some errors.. Can you please help me with this..
Case when Plant ='Celes' and dayofweek(orderdate) in (2,3,4,5) then '50'
when Plant ='menes' and dayofweek(orderdate) in (2,3,4,5) then '90'
end
Would appreciate your input!
Thanks,
Arun