Forum Discussion

mmh's avatar
mmh
Icon for Helper I rankHelper I
3 years ago
Solved

Swithc function with NOT operator

HI, I have following calculated column with switch function where last part with NOT operator giving incorrect result. Any suggestion !   Contract_details = SWITCH(     true(),     accountContra...
  • latimeria's avatar
    3 years ago

    Hi mmh ,

    Switch function stop evaluating when a condition is met. So , if contract 566 => fcl_contract and it will never be included in total_contract.