oanion
IS-IT--Management
- Jun 18, 2004
- 55
Local Numbervar Ras;
Local Numbervar ras1;
If {TABLE1.field1} = "E" then
Ras := Count({TABLE1.field1})
else If {Table1.field1} = "C" then
ras1 := Count({Table1.field1})
How can I display both RAS and RAS 1 from the same formula in Crystal 11?
Local Numbervar ras1;
If {TABLE1.field1} = "E" then
Ras := Count({TABLE1.field1})
else If {Table1.field1} = "C" then
ras1 := Count({Table1.field1})
How can I display both RAS and RAS 1 from the same formula in Crystal 11?