Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Calculated colum with RELATEDTABLE

Hi, 

 

I have two tables with relation: many to many; filter in both directions: VKM1; T527.

 

In table T527 I must create column to summarize [value] with the condition, to only add those values, that in table T527 have exact strings in columns  [Cca], [Ccod], as in table VKM1

 

The result should look like in column T527[SUM]

 

VKM1[Ccod]VKM1[Cca]T527[Cca]T527[Ccod]T527[value]T527[SUM]
a10751075a1515
a10751075b22 
b10741074a66 
c10441074b4444
c10441074c55 
  1044a77 
  1044c1441
  1044c2741

 

Ho do I do it?

 

 

 

1 Reply