我需要通过检查以下要求来抑制一个部分。
If scanmode and status=null (these fileds coming from database) then i need to suppress the section. If it is not null then i need check next condition if status in [c,d] .if it is false i need to suppress the section without checking next conditions.If it is true then i need to check next condition
{Status.status} >= 3 如果 >=3 那么我需要检查下一个条件 {?Stack} <> "S" 。