Announcements
Hi All,
We need to write query to fetch the document number from "View Vouchers" from "Posted Project Transactions":
Path : Project management and accounting --> Transactions -- > Posted project transactions and from here we need the relation to "View Voucher":
Data sources involved:
ProjCostTransView,
GeneralJournalAccountEntry,
GeneralJournalEntry,
DimensionAttributeValueCombination,
Here we are unable to find the relation between ProjCostTransView and GeneralJournalAccountEntry , GeneralJournalEntry
is there any way that we can relate the above data sources to get the data from GeneralJournalAccountEntry , GeneralJournalEntry.
Please advise us.
Regards,
Akbar
Thank you Gunjan, able to get the desired values now.
Thanks again.
Regards,
Akbar
Hi Akbar,
You can try the relation with the tables - PROJTRANSPOSTING and SUBLEDGERVOUCHERGENERALJOURNALENTRY. Try the relations as per this query and see if that works for you.
select PCT.TRANSID, PTP.VOUCHER from PROJCOSTTRANS PCT JOIN PROJTRANSPOSTING PTP ON PTP.TRANSID = PCT.TRANSID JOIN SUBLEDGERVOUCHERGENERALJOURNALENTRY SLVGJE ON SLVGJE.VOUCHER = PTP.VOUCHER AND SLVGJE.VOUCHERDATAAREAID = PTP.DATAAREAID JOIN GENERALJOURNALENTRY GJE ON GJE.RECID = SLVGJE.GENERALJOURNALENTRY JOIN GENERALJOURNALACCOUNTENTRY GJAE ON GJAE.GENERALJOURNALENTRY = GJE.RECID
André Arnaud de Cal...
293,302
Super User 2025 Season 1
Martin Dráb
232,114
Most Valuable Professional
nmaenpaa
101,156
Moderator