Forum Discussion

ricky23's avatar
ricky23
Frequent Visitor
6 years ago
Solved

Not able to add Measure values to a manually created table

So, I manually created a table that looks like this

 

Name of the PipelineReport NameAmount
ABCA1 
DEFB2 
GHIB3 

 

Now, I have created measure values for each pipeline. SumofABC, SumOfDEF and SumOfGHI

 

How do I add these values to the Amount Column?

 

Such that the Output is

 

Name of the PipelineReport NameAmount
ABCA1=SumofABC
DEFB2=SumofDEF
GHIB3=SumofGHI

 

2 Replies