Is there anyone here I can talk to about their exp...
# general
j
Is there anyone here I can talk to about their experience using ODBC?
d
Just don't.
Talk to @Josh_SatoriReporting about Tactical Connect.
At the very least, the 10min chat will get you the real details
j
hahhah
d
BTW, love the Canadian flag!
j
So basically the motivation behind my question is that after spending 10+ years doing dev where I could write SQL queries unrestricted, I'm constantly getting frustrated with NetSuite because of not being able to JOIN etc to get what I need. Much of my job is making complex datasets out of multiple tables and I end up having to do huge amounts of scripting to achieve something that should be possible to get in one (albeit complex) SQL query, using nested SELECTs, various types of JOINs, GROUP BYs etc.
BTW, love the Canadian flag!
me too
l
just to chime in guys, I ❤️ Canada too!!!
m
Have you looked at SuiteQL?
I've also used ODBC extensively and whilst it can be slow at times there are use cases where it works really well.
j
SuiteSQL can't do multijoins on arbitrary stuff
d
For me, I use Tactical Connect to schedule exports to PowerBi where I can do whatever I like (joins, reports, etc). Data refreshes based on my needs, I can share live reports with executives, and publish reports back to netsuite (for warehouse staff).
l
@michoel can u give some info on that? Are u using windows and connecting to access?
m
Hey sorry, forgot to get back to you. The two primary uses cases were BI reports using Jasper Server, and in an ecommerce middleware with Tibco ETL. In the later case the integration updates stock levels for over 35k products in about 15 secs which I doubt you would be able to do with other integration methods.
l
Wow on Tibco ETL! 🙂 Thanks @michoel!
m
It was actually a typo, I meant to say Talend ETL
@jen what do you mean by "SuiteQL can't do multijoins on arbitrary stuff"? I just gave it a spin and it's working great
j
wait what
really? I was told this wasn't possible.
also - I didn't know about console.table, that's snazzy