Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Dataset Numeric Column not Correct in Workbook
I created a new dataset named "Customer Age" from the DW_NS_X_CAM_CUSTOMEREXTENSION dataset. I removed all but two columns and added two new columns - "Age_months" for customer age in months and "Age_years" for customer age in years. The results when viewed from the dataset are as expected, but when I use the dataset in a workbook, the Age_years gets truncated (e.g. a value of 0.3 is reported as 0.0).
To understand what is going on, I simplified the dataset as follows:
"Age_months" for all rows is set to 4
"Age_years" for all rows is calculated as CAST( Age_months / 12 AS FLOAT )
0