sorry - I'm confused now. You told me that you want to display the calculated amount with view.
Where you applied the formula you shared?
[wpv-calculate][types field='ticker-price' output='raw'][/types]+[wpv-view name="test-price-to-book-fy20"][/wpv-calculate]
At what place i should add this formula and display the calculation?
The formula is on this page: hidden link
You can add the formula on that page.
Here is a quick summary of what I'm looking to achieve.
I want to perform calculations on a custom field of a Parent post with a custom field from a Child post.
In this example, it is:
Ticker price (Parent post) - [types field='ticker-price' output='raw'][/types]
NTA per share (Child post) - [types field='nta-per-share'][/types]
A solution I found is putting the ID attribute into the custom field of the Child post like this [types field='nta-per-share' item='32'][/types]. However, I don't want that because this formula will be placed in a Content Template and used in multiple pages.