You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracles implementation uses NUMTODSINTERVAL and NUMTOYMINTERVAL to create relative dates. These methods are not implemented in netsuite's version, go figure.
I've been hacking away on the driver for the last 3 days trying to fix #4 and I've come to realize I am not competent in clojure. I'm happy to provide feedback or testing if needed.
EDIT:
Just wanted to add that month and quarter work correctly.
hooray welcome fellow netsuite metabase user! please let me know if you need any help getting a pull request going/tested. it looks like we could just multiply by fractions of days like the weeks version does instead of using those unsupported functions https://timdietrich.me/blog/netsuite-suiteql-dates-times/ what's the problem with fixed dates exactly?
Oracles implementation uses
NUMTODSINTERVAL
andNUMTOYMINTERVAL
to create relative dates. These methods are not implemented in netsuite's version, go figure.Additionally fixed dates render like so
I've been hacking away on the driver for the last 3 days trying to fix #4 and I've come to realize I am not competent in clojure. I'm happy to provide feedback or testing if needed.
EDIT:
Just wanted to add that month and quarter work correctly.
Oracle Implementation
The text was updated successfully, but these errors were encountered: