Hello
I bind Vendor first name to my formula designer, but it does not appear in my report.
I created a query :
select dp.FIRSTNAME ,d.NAME,D.* from VENDTABLE as v
inner join dirpartytable as D on v.PARTY=d.RECID
inner join dirpersonname as DP on DP.PERSON=D.RECID and d.PARTITION=dp.PARTITION
it works well, but in formula designer when i bound to this path, first name doesn't appear.

GIG_Join.GIG_VendInvoiceJour_TR.'>Relations'.VendTable_InvoiceAccount.'DirPartyTable()'.'<Relations'.'DirPerson.DirPartyTable_Person'.DEL_FirstName
In above path Firstname doesn't apear .but for below path another filed (name) appears.
GIG_Join.GIG_VendInvoiceJour_TR.'>Relations'.VendTable_InvoiceAccount.'DirPartyTable()'.'<Relations'.'DirPerson.DirPartyTable_Person'.Name
Anyone can guide me?
Best Regards
Zahra