11-28-2024 02:00 AM
Hi Team,
I have created a business view with Formula Columns.
In one Formula Column(ORG_SLS) logic, I'm using the existing formula columns. When I use the ORG_SLS column in dashboard, I'm getting the below error.
"INC_10010110: The column doesn’t contain a numerical value. Enter a field or constant with a numerical value, such as -2 on [Org Sales]"
What this error means. When I rearange the logic, the ORG_SLS working fine. If I add some additional logic, I'm getting the above error.
Can anyone help me on this error?
Solved! Go to Solution.
12-01-2024 08:10 PM
Can you share the formula column and the business view formula logic?
12-06-2024 11:29 AM
Hi @Maran_Rengasamy - Is this something that you were able to resolve?
03-06-2025 01:38 AM
Hi Dylan and JoeM,
Sorry for the delayed response.
I have resolved this issue.
I'm using multiple logic combinations in the formula column. the order of the logic caused the above error. So I changed the logic order with proper AND/OR/IN condition in the CASE statement and it worked.
Thanks