Discussions
Check out Oracle NetSuite upcoming events and conferences here
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!
Attention: Customers with NetSuite Electronic Bank Payment (EBP) SuiteApp, version 2020.2 QA (ID 315896) must UPDATE (do NOT uninstall) their bundle to the Production version 2022.1 (ID 416781) by December 31, 2022. Note: If users fail to manually update the Electronic Bank Payments SuiteApp within the given time window, this version of the SuiteApp (ID: 315896) will be deprecated and the account will not be updated to Leading version (2022.1) of the Electronic Bank Payments SuiteApp. Please refer to the campaign email sent to impacted customers for more information.
Update your Profile with your Support type to get your Support Type badge.
NetSuite Release 2023.1 is here! Download the release notes and post your questions in the new Release 2023.1 category.
Workbook/Datataset formula fields - time operations
Hi SuiteAnalytics friends,
since formulas are quite popular topic among the Dataset/Workbook user base I would like to share with you few useful ones. This will hopefully speed up the process of building new Workbooks. This time, we will look at the date and time manipulation and filtering.
I would like to remind everyone that the formula definition from saved search are not fully compatible with the Dataset, so sometimes it's not about copy&paste effort.
Examples (using Transaction base record on the dataset):
Amount This Year To Date
CASE
WHEN {trandate} <= CURRENT_DATE AND EXTRACT(YEAR FROM {trandate}) = EXTRACT(YEAR FROM CURRENT_DATE)
Tagged:
2