I am using Siebel (Oracle DB) and Crystal Rpts 8.5
When a field has no value how can I get a 0 value assigned to it?
If not isnull ({S_ORDER_ITEM.X_SHOT_FEE}) then
Numbervar x5:= ({S_ORDER_ITEM.X_SHOT_FEE})else
Numbervar x5:= 0;
This is what I am using right now, but it does not work. (Does not show zero)
Also my "convert null field value to default" is gray, I cannot check or uncheck it.
Thanks
When a field has no value how can I get a 0 value assigned to it?
If not isnull ({S_ORDER_ITEM.X_SHOT_FEE}) then
Numbervar x5:= ({S_ORDER_ITEM.X_SHOT_FEE})else
Numbervar x5:= 0;
This is what I am using right now, but it does not work. (Does not show zero)
Also my "convert null field value to default" is gray, I cannot check or uncheck it.
Thanks