我需要在Crystal Reports中创建一个用于计算摘要的公式。 我需要为数据库表ENV_REG中的每个记录提供一个值。不幸的是,我无法通过添加新的“值域”来编辑数据库。 在为每条记录提供值之后,我需要检查这些记录是否在另一个表中,如果是,则计算现有记录值的摘要。
Count=0;
If exists (select*from table where ENV_REG=H220) then count+20
Else do nothing
If exists (select*from table where ENV_REG=H210) then count+30
Else do nothing
If exists (select*from table where ENV_REG=H211) then count+30
Else do nothing
…Ando so on….
Display count
我正在考虑类似这样的事情。如果可能,请帮助我,不要失礼。
答案 0 :(得分:0)
对于mysql
您可以按以下方式使用变量
<html>
<head></head>
<body>
<div class="container">
<div class="left"></div>
<div class="right"></div>
</div>
</body>
</html>