MorganM
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 4
Activity overview
Latest activity by MorganM-
MorganM commented,
Alan, Thanks for catching the parenthesis. I'll see if I can get it working. I had two reasons for trying to get it all done in one formula. First being sprawl... widening my 500,000 row dataset...
-
MorganM commented,
Joel Stewart, Thanks for helping with this. I get the premise of nesting the IF statements and I've tried it several ways but I always get syntax errors. Even if I simplify your example it comes...
-
MorganM created a post,
How can I 'pipe' or 'join' multiple formulas so I can do several IF statements?
I've tried a lot of different formula and operator combinations but can't seem to nail this down. Here's the problem: I have a field that is cast as a STRING because 90% of it are numbers but the...
-
MorganM commented,
Ah yes good idea; thanks!
-
MorganM created a post,
Can Datameer Extract Data Directly From vCenter ?
Is there a connection method for getting Datameer to talk directly to vCenter? Or do I need to build some ETL jobs to get what I want out of vCenter then get Datameer to ingest it. Thanks!
-
MorganM commented,
Thanks Joel! I really needed to know and couldn't test myself or risk loosing my login =/ Apparently if we cancel a job the hangs the queue for the entire environment. That's why they are tak...
-
MorganM created a post,
What happens when I Run Workbook on a workbook that already has a job running?
I'm just a "user" of our Datameer environment; I have zero administrative privileges. Our administrative team for Datameer has made it VERY clear that we are NOT to cancel any jobs. Apparently it...
-
MorganM commented,
by 'source artifact' you are referring to my datasource.dst connection where I pulled data into my workbook originally right? That being the case I do not have permissions to edit that. I can g...
-
MorganM commented,
I think I got this to work... #end_time >= NOW()-30d I'm not sure how I'm failing at partitioning data but I can't seem to get it to work. I save my workbook, I configure partitioning under "Sav...
-
MorganM created a post,
How to filter results to show only the last 30 days?
Columns: - end_time (date time) - entity (string) - sub_entity (string) - successful (boolean) - instance (string) I want to filter so only rows where end_time is within the last 30 days. S...