Forum Discussion

sabilahmed's avatar
sabilahmed
Icon for Resolver I rankResolver I
4 years ago
Solved

Calculated column from one table to another table

Hello,   I desperately need help with the following problem.   I have a calculated column in table "Config" which counts the number of instances per IV_Product_RecID (as there are "many" rows wit...
  • sabilahmed's avatar
    4 years ago

    I've done it:

     

    Created a calculated column in v_rpt_product:

     

    Count_IV_Product_RecID = COUNTROWS(RELATEDTABLE(Config))