G
Guest
Am totally stuck up! There are 2 tables : 1 for invoice information and other
table with Cancellation information related to invoice table on doc no, as
cncl table would be used when an invoice issued needs to be cancelled.
I need report where when i give month range, total transactions from invoice
table comes and total transactions from cancellation tables comes meeting
said month parameter.( Invoice table has invdate field and Cancellation has
cnclddate field besides other.) Also if i group on say products, report
should show
products Sales Cancellation Net
x
y
I have created month parameter. Also have created query with net amount. But
when i run query with join on transno(all records from invoice and only
related records from cancellation) it does'nt show credit note of those month
where invoice is out of range in query, which is deceptive. If i link tables
on month, credit note information does'nt come and net amount doesnt get
calculated. In case i use both trans no and month, it results in non
desirable results... Please advice if there is way that when i run month
parameter with months, it shows all records from both tables for month and
they are grouped and net amounts comes.
Thanks in anticipation.
table with Cancellation information related to invoice table on doc no, as
cncl table would be used when an invoice issued needs to be cancelled.
I need report where when i give month range, total transactions from invoice
table comes and total transactions from cancellation tables comes meeting
said month parameter.( Invoice table has invdate field and Cancellation has
cnclddate field besides other.) Also if i group on say products, report
should show
products Sales Cancellation Net
x
y
I have created month parameter. Also have created query with net amount. But
when i run query with join on transno(all records from invoice and only
related records from cancellation) it does'nt show credit note of those month
where invoice is out of range in query, which is deceptive. If i link tables
on month, credit note information does'nt come and net amount doesnt get
calculated. In case i use both trans no and month, it results in non
desirable results... Please advice if there is way that when i run month
parameter with months, it shows all records from both tables for month and
they are grouped and net amounts comes.
Thanks in anticipation.