Forum Discussion
ricky23
6 years agoFrequent Visitor
Not able to add Measure values to a manually created table
So, I manually created a table that looks like this Name of the Pipeline Report Name Amount ABC A1 DEF B2 GHI B3 Now, I have created measure values for each pipel...
- 6 years ago
Hi ricky23
Have you tried the switch function.
Kind of :
Switch(values(Name of the Pipeline);"ABC";SumofABC;"DEF";SumofDEF;"GHI";SumofGHI)
If it solves your issue please mark as solution.
Patrick
- 6 years ago
HI, ricky23
You need to create a calculate column for Amount by IF or SWITCH Function like pa_trick67 said.
https://radacad.com/measure-vs-calculated-column-the-mysterious-question-not
Regards,
Lin
pa_trick67
Helper I
6 years agoHi ricky23
Have you tried the switch function.
Kind of :
Switch(values(Name of the Pipeline);"ABC";SumofABC;"DEF";SumofDEF;"GHI";SumofGHI)
If it solves your issue please mark as solution.
Patrick