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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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