hi sir
i design one report in which one is sub report.
in sub report i was group the table field on parameter value in formula field.
when i call the field on my main page the it just display 0.00.
and can you please tell me how i add only one value in sub report as base of parameter value.
some code of my problem::
sub report code:
===============
shared currencyvar fee;
//whileprintingrecords;
if {?Pm-License.feetype}="S" then
count({Fees_Rate.LIC_FEE});
main report code:
============
whileprintingrecords;
shared currencyvar fee;
fee
if u