Thanks, I have the task displaying as expected: hidden link
Is it possible to put this template on this page: hidden link
And another query:
I have followed the instructions on this page: https://toolset.com/forums/topic/calculator/ but when I add the code: [wpv-calculate] [types field="mon"]+[types field="tue"][/wpv-calculate], it breaks the page.
Are you saying you want to put the table on this page here ? hidden link
This is an edit template could you let me know which template you have in the edit form on ?
Secondly below I have followed the instructions on this page: https://toolset.com/forums/topic/calculator/ but when I add the code: [wpv-calculate] [types field="mon"]+[types field="tue"][/wpv-calculate], it breaks the page.
Unfortunately i'm unable to assist with this as this would be custom code which falls outside of the scope of our support forum. This was a custom code created by one of our past supporters so it is not something that we can support.
Ok so in this case it is still possible to display the tasks given that the parent ID is being passed in the URL as "parent_timesheet_id"
What you will need to do is to create an exact copy of your "Timesheet editor" view adding back the Query filter for the Post relationship. However instead of setting the relationship to get the parent from "The post where this View is shown " you will set it to "The post with ID set by the URL parameter" See Screenshot
You will need to change "wpv-relationship-filter" to "parent_timesheet_id"
Then add this view to your edit template. Once you've done this then your view will start displaying the tasks information for that parent.