go to post Fabio Goncalves · Apr 11, 2016 Please, attach your code that generates this output.Are you using some provider?
go to post Fabio Goncalves · Mar 18, 2016 I have tested with Atelier 1.0.122 (unreleased) and it worked.
go to post Fabio Goncalves · Mar 18, 2016 I have downloaded and installed Cache version is Cache for Windows (x86-64) 2016.2 (Build 613U) Wed Mar 9 2016 19:14:35 EST and Atelier 1.0.116 and it still not working for me. I also have tried with the cloud caché Cache for UNIX (Red Hat Enterprise Linux for x86-64) 2016.2 (Build 605U) Thu Feb 25 2016 19:24:57 EST and is not working as well.
go to post Fabio Goncalves · Jan 21, 2016 Hi Daniel!Thank you for you help. I got your explanation but my question may be very poor about what I was expecting. Considering the same classes that you mentioned above, from SAMPLES (Sample.Company and Sample. Employee) I ran the following code:USER>zn "samples" SAMPLES>set c = ##class(Sample.Company).%OpenId(1) SAMPLES>w c1@Sample.CompanySAMPLES>w c.NamePicoPlex Gmbh.SAMPLES>w c.Employees2@%Library.RelationshipObjectSAMPLES>w c.Employees.Count()5SAMPLES>w c.Employees.GetAt(1)3@Sample.EmployeeSAMPLES>w c.Employees.GetAt(1).NameThompson,Vincent L.SAMPLES>w c.Employees.GetAt(2).NameGarcia,Amanda C.SAMPLES>w c.Employees.GetAt(3).NameNoodleman,Barbara T.SAMPLES>w c.Employees.GetAt(4).NameSmith,Dick A.SAMPLES>From the result above you can notice that the employee names, for instance, is not ordered. My question was about choose the order by name, salary or any other property value from the "child class". Is it possible? What would be an alternative for that? PS: I also have tried to use SetObjectAt method and pass a key parameter value with the value that I want to be ordered. However when I try to retrieve data by using thoses key values, it does not work according to the key order that I tried to use on SetObjectAt key parameter value.Thanks.
go to post Fabio Goncalves · Jan 14, 2016 Hi Simon, I don´t know wich version of Caché or Ensemble you are running but it is available with DeepSee´s feature for predictive analyses that works with a decision tree PMML file created from a external tool. Let me know if you want additional details. Regards.
go to post Fabio Goncalves · Dec 18, 2015 I managed to make it work. The problem was related to the generated javascript file during compile time that has been saved as ANSI. I just changed the encoding to UTF-8 through Notepad->Save As and it worked fine.