Forum Discussion
sabilahmed
Resolver I
4 years agoCalculated 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...
- 4 years ago
I've done it:
Created a calculated column in v_rpt_product:
Count_IV_Product_RecID = COUNTROWS(RELATEDTABLE(Config))
sabilahmed
Resolver I
4 years agoI've done it:
Created a calculated column in v_rpt_product:
Count_IV_Product_RecID = COUNTROWS(RELATEDTABLE(Config))