Query GuideFunctionsLogicOn this pageLogicifif(condition,yesValue,noValue)Controls conditional branching.For example if(1=2,'a','b') will get bmulti_ifmulti_if(condition1, then1, condition2, then2.. ,else) An easier way to write if/self or case/when.