Skip to main content
Level 2
April 17, 2024
解決済み

My calculation field which is attached to Custom Form doesn't work

  • April 17, 2024
  • 2 の返信
  • 508 ビュー

I have created calculation field, which is based on the data from two different fields (which are also included in the Custom Form) 

 

Formula

SUM({DE:Outcosts to date},{DE:Outcosts to complete})
 
Are attached the calculated field to one of the report and the report is attached to the project dashboard. 
The other fields are also attached to the report and to the different project dashboard. 
One I added value to both fields, the calculation field didn't summed up the numbers. 
 
Any idea what I done incorrect? 
 
Thanks in advance for your help 

 

このトピックへの返信は締め切られました。
ベストアンサー MariolaWi1

Thank you Lars for your quick responds. 

 

I found the issue - I created a WIP Custom Form and added there the calculated field, then attached this field to the report and to the project dashboard. 

Because the Custom Form is not attached to the Project the calculated field will not work there. 

2 の返信

lgaertner
Level 9
April 17, 2024

Hello Mariola,

 

did you make sure, that the fields are formatted as numbers?

If not and the values are stored as a string, you could use the NUMBER() function to convert the strings to numbers.

 

SUM(NUMBER({DE:Outcosts to date}),NUMBER({DE:Outcosts to complete}))

 

Regards

Lars

MariolaWi1作成者回答
Level 2
April 17, 2024

Thank you Lars for your quick responds. 

 

I found the issue - I created a WIP Custom Form and added there the calculated field, then attached this field to the report and to the project dashboard. 

Because the Custom Form is not attached to the Project the calculated field will not work there.