I just started using Spotfire and I am having a bit of a tough time figuring out how to create a particular calculated column, I need your help please.
Here's a sample of the data I'm working with and the calculated column (NewCol) with the results :
Each Portfolio is related to another one "Attached_portfolio" except those with the value "O" in the "Porxy" column which are called portfolio model.
For all Portfolio with "N" in the column "Proxy" and for each "Label", all I want to do is to :
- Sum the amount value (column "Amount") with the amount value of the attached portfolio in the NewCol.
For all Portfolio with "O" in the column "Proxy" and for each "Label", all I want to do is to :
- Keep the same amount value in the NewCol
Thank you in advanced for your help.