PC Review


Reply
Thread Tools Rate Thread

CrystalReprot question

 
 
Joza
Guest
Posts: n/a
 
      25th Aug 2006
I have database with two tables. In first table I have 2 fields; DEBT and DEMAND.
In second table I have one field with some number value, let's name it VALUE with
value 1000.

My task is to make report like this:

DEBT DEMAND BALANCE
100 0 1100
200 0 1300
0 100 1200

I have created formulafield BALANCE with next code:

whileprintingrecords;
({FirstTable.DEBT} - {FirstTable.DEMAND}) + {SecondTable.VALUE};

After running report I get next result:

DEBT DEMNAD BALANCE
100 0 1100
200 0 1200
0 100 900

which is not correct...

Can somebody help me with that? My head will blow... ((
Thnx.

J.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Perhaps and off topic question....but could use some help with video question.....I don't need codec help, just a general question. Bret Miller DIY PC 0 13th Oct 2006 12:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:45 AM.