Dear All,
I will use the CAR table to illustrate my problem. Below is the code
TABLE FILE CAR
PRINT
COUNTRY
CAR
RETAIL_COST
DEALER_COST
BY COUNTRY NOPRINT
BY CAR NOPRINT SUBTOTAL DEALER_COST
END
-EXIT
However, when it is displayed on the webpage, the subtotal of the dealer cost is not in the same line as the subtotal.
What could be the problem? or how can i allign it so that it is in the same line?
Regards,
Yue-jeen
I will use the CAR table to illustrate my problem. Below is the code
TABLE FILE CAR
COUNTRY
CAR
RETAIL_COST
DEALER_COST
BY COUNTRY NOPRINT
BY CAR NOPRINT SUBTOTAL DEALER_COST
END
-EXIT
However, when it is displayed on the webpage, the subtotal of the dealer cost is not in the same line as the subtotal.
What could be the problem? or how can i allign it so that it is in the same line?
Regards,
Yue-jeen