我的组页脚中有以下公式,但如果 sample_perc 为空,则显示 0 时出现问题;如果#rt_sample_ordered 为空,则此值为空。
NumberVar sample_perc := {#rt_sample_ordered}%{@sum_of_sample};
if (sample_perc>0)then
sample_perc
else
0
当 sample_perc 为空白时如何打印 0?
我的组页脚中有以下公式,但如果 sample_perc 为空,则显示 0 时出现问题;如果#rt_sample_ordered 为空,则此值为空。
NumberVar sample_perc := {#rt_sample_ordered}%{@sum_of_sample};
if (sample_perc>0)then
sample_perc
else
0
当 sample_perc 为空白时如何打印 0?