Report Design
 Crystal Reports Forum : Crystal Reports .NET 2003 : Report Design
Message Icon Topic: formula filed value of sub report in main report Post Reply Post New Topic
Author Message
sarooptrivedi
Newbie
Newbie
Avatar

Joined: 18 Jun 2008
Online Status: Offline
Posts: 10
Quote sarooptrivedi Replybullet Topic: formula filed value of sub report in main report
    Posted: 24 Jun 2008 at 4:25pm
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
 
reply me on my mail id:saroop.trivedi@gmail.com.
crystal report help.
IP IP Logged
BrianBischof
Admin Group
Admin Group
Avatar

Joined: 09 Nov 2006
Online Status: Offline
Posts: 2458
Quote BrianBischof Replybullet Posted: 25 Jun 2008 at 1:29am

You should assign the value to the variable fee. You declare it but then you aren't doing anything with it.

Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.