Question
The Hartford Financial Services Group Inc
US
Last activity: 3 Jan 2020 1:51 EST
Casting a table/object proxy to a lookup table
I have a nested lookup table: lktContinent->lktCountry
I need to retrieve the nested table and work with it as lktCountry.
How do I cast Table Proxy to the lktCountry lookup table?
When I add another level of nesting: lktContinent->lktCountry->lktCity, I end up with the Object Proxy.
How do I cast Object Proxy to lktCity lookup table?
Appreciate your help on this. Attached is a small project with these tables.