am using 2 formulas(@Finacial,@Balance)in my report.
In both formula I have inserted same database table field({Visit.pay_id}).
If run the report, i am not getting the database value
where i have insert the second formula(@Balance). only 0 i am getting.
But in the first formula(@Finacial) i am getting the value.
Content Of the Formulas:
@Financial
If IsNull({visit.paid_amt}) then
{visit.paid_id}
else
{visit.paid_amt}
@Balance
{visit.paid_id}
i have included @finacial in detail section
and @Balance in Group footer section.Both in Same report
In both formula I have inserted same database table field({Visit.pay_id}).
If run the report, i am not getting the database value
where i have insert the second formula(@Balance). only 0 i am getting.
But in the first formula(@Finacial) i am getting the value.
Content Of the Formulas:
@Financial
If IsNull({visit.paid_amt}) then
{visit.paid_id}
else
{visit.paid_amt}
@Balance
{visit.paid_id}
i have included @finacial in detail section
and @Balance in Group footer section.Both in Same report