- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »
Re: Add Primary Contact Title Field to AR Invoice
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-17-2011 01:31 PM
I have a question related to this issue.
I'm not sure how the tciAddressWrk_1 table gets populated. I can see in the sppoPopPOPrintWrkTbls stored procedure where tciAddressWrk gets populated, but I don't see anything for tciAddressWrk_1. Does anyone know how I can modify the way tciAddressWrk_1 gets populated?
Programmer Analyst
rodmant@robbinstbm.com
Version 7.30.6.0 (March 2011)
Re: Add Primary Contact Title Field to AR Invoice
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-17-2011 03:09 PM
Hi Tim
The tciAddressWrk_1 is actually another alias for tciAddressWrk alias (every table object added to a report is actually an alias).
Crystal Reports allows you to add multiple instances of same table, so you get the name of the table + _n where "n" is the sequential number of instance.
Hugo
Re: Add Primary Contact Title Field to AR Invoice
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-17-2011 03:13 PM
I see now. They're all joining to tciAddressWrk, but each alias is joining based on a different AddrKey so you wind up with different address records in each aliased table.
Programmer Analyst
rodmant@robbinstbm.com
Version 7.30.6.0 (March 2011)
- « Previous
-
- 1
- 2
- Next »


