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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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