List of Contributions

Noelle03 Noelle03

Contact Details

My Content

1 to 14 of 14 total
Posted By Noelle03 Noelle03 03-02-2020 04:13
Found In Egroup: Data360 Analyze
\ view thread
Hi, Since more than 2 weeks I experience continuous perfomance issues with several actions for example with: - opening a 'random' node - starting up for the first time - connect two nodes with the connection line I am wondering why the perfomance is so badly since last weeks ...
Posted By Noelle03 Noelle03 02-04-2020 07:03
Found In Egroup: Data360 Analyze
\ view thread
After updating the newest version of Data3Sixty all projects are gone. Is there a back-up from all previous created projects? Thanks in advance.
Posted By Noelle03 Noelle03 01-23-2020 05:45
Found In Egroup: Data360 Analyze
\ view thread
I solved it. I have UBlocker installed to block each advertisement but as well it blocked the request.
Posted By Noelle03 Noelle03 01-23-2020 05:19
Found In Egroup: Data360 Analyze
\ view thread
Since this morning I try to open Data3Sixty but I do not receive a respond. Which action do you recommend? The error seen via the developer tool:
Posted By Noelle03 Noelle03 01-10-2020 05:02
Found In Egroup: LAE
\ view thread
Is there a specific Java version required on a windows 10 laptop to run Lavastorm application?
Posted By Noelle03 Noelle03 12-10-2019 07:56
Found In Egroup: Data360 Analyze
\ view thread
We have tried to use the random() function form the Jython and Python language but does not work. Our goal is to get a random number between 0 and 1. Is there an alternative? Thanks in advance :)
Posted By Noelle03 Noelle03 12-06-2019 06:20
Found In Egroup: Data360 Analyze
\ view thread
Is it possible to build a library or documentation in Data3Sixty behind available functions? It is very time consuming to search an guess what functions might work or not work. For example it might be very useful for an user if available functions get a color like for dataTypes in 'configureFields' ...
Posted By Noelle03 Noelle03 12-06-2019 03:04
Found In Egroup: Data360 Analyze
\ view thread
I defined Parameters in the Composite node. My goal is to call these parameters in my code in other nodes. Is this possible or how can I find an alternative?
Posted By Noelle03 Noelle03 11-26-2019 06:44
Found In Egroup: Data360 Analyze
\ view thread
My goal as a user is to see the results of one of the multiple output-pins of my node by clicking on the output-pin. But because of a text in the text field of the node I can't reach the output-pin with my cursor. It seems like that the textfield is blocking this ability. This happens only when the textfield ...
Posted By Noelle03 Noelle03 11-18-2019 06:13
Found In Egroup: Data360 Analyze
\ view thread
The following is the solution to my problem: 'If necessary you can give a hint to the auto detection mechanism by setting the 'AmbiguousDateResolutionMode' property to 'Day First'. Thank you for your support.
Posted By Noelle03 Noelle03 11-18-2019 03:14
Found In Egroup: Data360 Analyze
\ view thread
Hi guys, I try to convert a column of datatype str with a dateFormat like: '29-12-2017' I try to achieve the dateFormat to: '2017-12-29' but I can't figure out with the given documentation which code will work. I tried three options: ------------------------------------------------------- ...
Posted By Noelle03 Noelle03 10-29-2019 08:32
Found In Egroup: Data360 Analyze
\ view thread
Hi Adrian, We have tested and we have found the following issue in version Data3Sixty 3.4.2.5049. We have done the test with two different files. With my first file the 'CSV/Delimited Input' node does not work. With the second test file it does work. So I assume there is a character within ...
Posted By Noelle03 Noelle03 10-29-2019 03:31
Found In Egroup: Data360 Analyze
\ view thread
Issue: I can't figure out what the alternative is for the Delimiter File from Lavastorm. Use case: 1. Dataset loaded with Directory List 2. Then transform node is used to split a directory name 3. Then transform node is used to made an if else statement: if (in1.mydata == 'example'): ...