David Park
2007-06-12 22:20:28 UTC
What I am going to do is making new report consists of LedgerTrans and
LedgerJournalTrans.
LedgerTrans has a relation with LedgerJournalTrans by
LedgerTrans.TransDate == LedgerJournalTrans.TransDate &&
LedgerTrans.Voucher == LedgerJournalTrans.Voucher.
In my report I need one more relation field which is AccountNum between two
tables.
I want to do this without any changes on tables itself.
when I added relation field on report\datasource, it didn't work.
is there any way to do this
thank you
-david
LedgerJournalTrans.
LedgerTrans has a relation with LedgerJournalTrans by
LedgerTrans.TransDate == LedgerJournalTrans.TransDate &&
LedgerTrans.Voucher == LedgerJournalTrans.Voucher.
In my report I need one more relation field which is AccountNum between two
tables.
I want to do this without any changes on tables itself.
when I added relation field on report\datasource, it didn't work.
is there any way to do this
thank you
-david