Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是水晶报表的新手。在编程中(例如在 c 中),我可以在一个 if 语句中检查两个条件。前任。if(A && B) 在 Crystal Reporting 中如何做到这一点?
if(A && B)
您需要在 CR 中使用 AND 而不是 && 来实现这一点。像这样
if (something >=5) AND (something <10) then something