hi, anyone can help me on this?
I have several formula: @error1, @error2,... @error4. The report use those formula to evaluate the data.
In detail section, there are good and bad data. If the data is bad, value from the corresponding error formula will show up. For Example:
WO[tab]DATE[tab]LABOR[tab]TOOL[tab]MATERIAL[tab]ERROR
1[tab]10/02[tab][tab]$120[tab][tab]$40
2[tab]10/12[tab][tab]$200[tab][tab][tab][tab][tab][tab][tab][tab][tab]1
3[tab]11/02[tab][tab][tab][tab][tab][tab]$80[tab][tab][tab][tab][tab][tab]2
4[tab]10/21[tab][tab]$300[tab][tab]$250
5[tab]11/10[tab][tab][tab][tab][tab][tab][tab][tab][tab]$300[tab][tab]4
On the report, I'd like the good data to be suppressed, only showing those bad. Right now, what I did is in Section Expert, I conditionally suppress detail section. The formula to suppress is as below
@error1 <> "1" and
@error2 <> "2" and
@error3 <> "3" and
@error4 <> "4"
However, it partially work. some bad data also got suppressed. Can anyone help? I am using Crystal 8.5
Thanks
I have several formula: @error1, @error2,... @error4. The report use those formula to evaluate the data.
In detail section, there are good and bad data. If the data is bad, value from the corresponding error formula will show up. For Example:
WO[tab]DATE[tab]LABOR[tab]TOOL[tab]MATERIAL[tab]ERROR
1[tab]10/02[tab][tab]$120[tab][tab]$40
2[tab]10/12[tab][tab]$200[tab][tab][tab][tab][tab][tab][tab][tab][tab]1
3[tab]11/02[tab][tab][tab][tab][tab][tab]$80[tab][tab][tab][tab][tab][tab]2
4[tab]10/21[tab][tab]$300[tab][tab]$250
5[tab]11/10[tab][tab][tab][tab][tab][tab][tab][tab][tab]$300[tab][tab]4
On the report, I'd like the good data to be suppressed, only showing those bad. Right now, what I did is in Section Expert, I conditionally suppress detail section. The formula to suppress is as below
@error1 <> "1" and
@error2 <> "2" and
@error3 <> "3" and
@error4 <> "4"
However, it partially work. some bad data also got suppressed. Can anyone help? I am using Crystal 8.5
Thanks