Calculate on the summary fields in a report |
8/19/2011 3:50:35 PM |
PHPRunner General questions | |
author
I have been trying to do this and as usual having a issues. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=17580&image=1&table=forumtopics' class='bbc_emoticon' alt=':(' /> global $conn;
|
|
C
|
cgphp 8/19/2011 |
In which table are the Amount_received and pay_amount fields ? |
|
501395 8/19/2011 |
In which table are the Amount_received and pay_amount fields ?
|
C
|
cgphp 8/19/2011 |
Sorry, do you have only one report ? Are the tablesj oined in the report query ? |
|
501396 8/19/2011 |
Sorry, do you have only one report ? Are the tablesj oined in the report query ?
|
C
|
cgphp 8/19/2011 |
In the sql query of the report create an alias (difference between the two fields) and call it diff: SELECT
|