Forum Discussion

gskoglund's avatar
gskoglund
New Member
8 years ago
Solved

Is it VLOOKUP or something else

Hi............I'm working with our GL history table and trying to match it up with the GP table that has account name & #. I built the relationship between the ACTINDX field. I used merge tables and ...
  • Phil_Seamark's avatar
    Phil_Seamark
    8 years ago

    ok, so if I understand properly, you are keen to have a column/field in your [GL History] table use a value from the [GL00105] table and you have a relationship.  

     

    Try this and let me know how you get on. 

     

    Add a calculated column to your [GL History] table, something like this

     

    Test Column = RELATED(GL00105[ACTNUMST])

     

    If that works the way you expect you can incorporate that logic in formulas that include other columns in your [GL History] table.