I need this formula to show A or B or A,b if both conditions are met. I am not doing something right.
Can someone help - thanks.
If {@DChk_Display}='Yes' then
'A'
if {@DateChk_Display}= 'Yes' then
'B'
else if ({@DateChk_Display}) and ({@DefltChk_Display}) = 'Yes' then
'A'+","+'B'
Can someone help - thanks.
If {@DChk_Display}='Yes' then
'A'
if {@DateChk_Display}= 'Yes' then
'B'
else if ({@DateChk_Display}) and ({@DefltChk_Display}) = 'Yes' then
'A'+","+'B'