List of Contributions

Gerry Mullin

Contact Details

My Content

1 to 11 of 11 total
Posted By Gerry Mullin 03-14-2019 04:55
Found In Egroup: Data360 Analyze
\ view thread
Are you using the Desktop version and when you hit Start Data3Sixty Analyze it will be default open Edge? That means you have html files set to open with Edge. If you navigate to any html file on your computer or go to the one that D3SA will open by default if you don't have one on hand which is likely ...
Posted By Gerry Mullin 03-13-2019 09:19
Found In Egroup: Data360 Analyze
\ view thread
The interface gives you a red flag as if you're not allowed to have the value empty but you can actually have the value empty for an empty string and it will work. You might have to put in one white space and then delete it. We have an issue logged over this to make it more user friendly. ...
Posted By Gerry Mullin 02-12-2019 15:36
Found In Egroup: Data360 Analyze
\ view thread
You haven't loaded the Custom_Nodes library you were using in LAE that contains those nodes. Load the library to your preferred location and then go to Settings -> Library Path and make sure where you loaded it has an entry so you won't have to specify where it is on each data flow.
Posted By Gerry Mullin 01-28-2019 13:04
Found In Egroup: Data360 Analyze
\ view thread
Can you upload your LNA? Or screenshot the transform node where you are doing the ordering?
Posted By Gerry Mullin 01-15-2019 13:27
Found In Egroup: Data360 Analyze
\ view thread
You can either type out all of the fields in the order you want using the Transform node or put the fields in the order you want in a Create Data node that has no data and put it to the top pin of a Cat node with your actual data on the bottom pin. This way it will take the field order from the top pin. ...
Posted By Gerry Mullin 12-31-2018 05:52
Found In Egroup: Data360 Analyze
\ view thread
Is the package compatible with Python 2.7? If it's a newer version can you try a 2.7 one.
Posted By Gerry Mullin 12-21-2018 15:49
Found In Egroup: Data360 Analyze
\ view thread
This was an issue on the Pivot Table node that was fixed in 3.2.5. If you can upgrade then you shouldn't see it anymore. You can also hit "Apply Autofix" in your current version and that should also fix the error.
Posted By Gerry Mullin 09-07-2018 05:53
Found In Egroup: Data360 Analyze
\ view thread
Rather than using Append, I added reading back in the BRD file and then using Cat (union) to join back up to the current iteration. Then we will overwrite a new BRD file each time. That will get you past that error. Attached files Loop with Cat (Union) - 7 Sept 2018.lna
Posted By Gerry Mullin 09-06-2018 08:52
Found In Egroup: Data360 Analyze
\ view thread
The (default) http port of 8080 and stop port of 8089 will likely conflict with your LAE server, so its best to set those to something else if you want them to run parallel. The installer will warn you if a default port is already in use provided that LAE is up and running when you run the DV installer. ...
Posted By Gerry Mullin 09-06-2018 08:28
Found In Egroup: Data360 Analyze
\ view thread
It sounds like a Do While would work and you could keep on appending your logic to a brd file that you finally read when the loop has completed. I'm attaching an example of how I would configure a Do While that would cycle through a list of 5 tables. Attached files Loop - 6 Sept 2018.l ...
Posted By Gerry Mullin 07-30-2018 09:34
Found In Egroup: Data360 Analyze
\ view thread
At the moment there's not much you can do with Bundlers within Dataverse. It should import the Bundlers and Unbundlers ok and creates the connection points you're seeing. In this case if you have a Composite (in your old graph) that bundles and never unbundles then you won't have any unbundling option ...