In the details page of the report table, I am trying to sum up the values of fields that are both direct fields and calculated fields. It's returning me the "Error in formula" message.
I am missing something (I'm not even sure if calculated fields can be summed up like this), can you please let me know what it is?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Elena
Hi Jan or May Music,
In the details page of the report table, I am trying to sum up the values of fields that are both direct fields and calculated fields. It's returning me the "Error in formula" message.
I am missing something (I'm not even sure if calculated fields can be summed up like this), can you please let me know what it is?
Below is the code:
SELECT
SUM([@calcfield:1])
+ SUM([@field:Experience_Min])
+ SUM([@field:Education_Min])
+ SUM([@field:ConsequencesErrorsNew])
+ SUM([@field:Education_Min] )
+ SUM([@field:Work_Delegation])
+ SUM([@calcfield:29] )
+ SUM([@calcfield:28] )
+ SUM( [@calcfield:36] ))
FROM SJECS where [@field:Last_Name]>[@LName]
All values are in number format.
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.