Hi,
Depending if your Excel is only showing the $ and is a decimal field (Check in Excel) or it looks like a Decimal, but is a Text =string.
If you can't calculate in Excel, it is a string
When it is a string, use a parsing Microflow. https://docs.mendix.com/appstore/modules/excel-importer/#parse-with
With the String Functions https://docs.mendix.com/refguide/string-function-calls/, you can clean up the string and parse it using https://docs.mendix.com/refguide/parse-and-format-decimal-function-calls/#parseDecimal
Go Make IT
HI Bright Amalraj,
You have to change your attribute value decimal to string in your domain model,
Then it will work fine.