Hi Team,
I want to use the filter column, to apply the Sum-Post Production, to a row if it’s name is “Post-Production”. Help please:)
All the best,
Ivan
Hi Team,
I want to use the filter column, to apply the Sum-Post Production, to a row if it’s name is “Post-Production”. Help please:)
All the best,
Ivan
thisRow.[Sum-Post Production].Filter(thisRow.Name=“Post-Production”)+thisRow.[Sum Crew].Filter(thisRow.Name=“Crew”)
Weirdly the plus sign for a newbie was the thing that kept tripping me up. I didn’t know that’s how you link formulas in this instance