本文介绍了关于抑制晶体行中的某些行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我对Crystal报表有问题,我想做的是跳过一些没有可用被提名人姓名的行

例如:
id nominee_name金额
1空0
2 Amol 100

如果上面是报告

它应该看起来像

id nominee_name金额
2 Amol 100

条件
1]我无法通过select语句中的where条件将其删除
由于它具有某些依赖性,因此

Hi All,
I have a problem with crystal reports, what I want to do is skip some rows where nominee name is not available

ex:
id nominee_name amount
1 null 0
2 Amol 100

if above is the report

it should look like

id nominee_name amount
2 Amol 100

conditions
1]I can not remove it through where conditions in select statement
as it has some dependancies

推荐答案



这篇关于关于抑制晶体行中的某些行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 23:30