I already added the filter and tried to copy it but I still must be missing something or have the wrong syntax. The filter value comes from a data source so I used the following as the filters...
../../dfs:dataFields/d:LaborSummary/[@AUTONUMBER]
or
my:DetailId - I set this value to @AUONUMBER when I switch views. When I use this it deletes my reference to the NOW_ETC_HRS_USER_INPUT_TOTAL value and does not update.
Here is the entire line...
<xsf:calculatedField target="/dfs:myFields/dfs:dataFields/d:LaborSummary[../../dfs:dataFields/d:LaborSummary/@AUTONUMBER]/@NOW_ETC_HRS" expression="../../../my:FormData/my:NOW_ETC_HRS_USER_INPUT_TOTAL[../../my:DetailId = ../../dfs:dataFields/d:LaborSummary/@AUTONUMBER]" refresh="onChange"></xsf:calculatedField>
Here is the filter line in the form...
my:FormData/my:NOW_ETC_HRS_USER_INPUT_TOTAL[../../my:DetailId = ../../dfs:dataFields/d:LaborSummary/[@AUTONUMBER]"