rmnsug tips & tricks v01 · 11/11/2015  · the argument must be a date, timestamp, or a valid...

14
RMNSUG – Tips & Tricks YYYYMM Date Format in Pivot Report Formulas Shortcut to Display Pivot Report 11/11/2015 1 www.blytheco.com Rick Cobb [email protected]

Upload: others

Post on 16-Oct-2020

0 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

RMNSUG – Tips & Tricks

YYYYMM Date Format in Pivot Report Formulas

Shortcut to Display Pivot Report

11/11/2015 1www.blytheco.com

Rick Cobb

[email protected]

Page 2: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Pivot Report in NS

Page 3: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Excel Version

Page 4: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Oracle Functions

Page 5: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Oracle Functions

Page 6: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

NetSuite Functions

Formula(Numeric) = (YEAR({expectedclosedate}) * 100 +

MONTH({expectedclosedate})

Page 7: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

No Year() or Month() functions

NetSuite Functions

Page 8: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

BUT there IS a TO_CHAR() function

NetSuite Functions

Page 9: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

BUT there IS a TO_CHAR() function

NetSuite Functions

TO_CHAR({expectedclosedate}, ‘YYYYMM’)

Page 10: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

BUT there IS a TO_CHAR() function

NetSuite Functions

Formula(Text) = TO_CHAR({expectedclosedate}, ‘YYYYMM’)

Page 11: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

NetSuite Shortcuts

Page 12: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Pivot Report in NS

Page 13: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Pivot Reports BETA

Page 14: RMNSUG Tips & Tricks v01 · 11/11/2015  · The argument must be a date, timestamp, or a valid character strmg representation of a date or timestamp that IS not a CLO Integer between

Rick Cobb

[email protected]