go to post Daniel Aguilar · Jan 29 Hello @Stefan Wittmann thanks for the detailed tutorial. Exists a community free version of API Manager in order to use it with the Iris Community version? Thank you.
go to post Daniel Aguilar · Nov 15, 2024 Hi Anastasia, Thank you I misunderstood it.By the way te bonuses for the application are missing. Thank you!
go to post Daniel Aguilar · Nov 15, 2024 Hello, Could you please add this bonuses to IrisGoogleChat, please?Topic (Using of IA)Application : https://openexchange.intersystems.com/package/irisGoogleChat Translation: https://es.community.intersystems.com/post/irisgooglechat-con-ia Thank you!
go to post Daniel Aguilar · Aug 12, 2024 I used it to find detailed steps of how to create my first business process https://community.intersystems.com/ask-dc-ai?question_id=178450
go to post Daniel Aguilar · Aug 9, 2024 Thanks Luis Angel. Your repo could be a good starting point to learn. 👍
go to post Daniel Aguilar · Aug 9, 2024 Thanks Salva!, I'm not familiar with using interoperability production, but it might be a good reason to learn how to use them. 😉
go to post Daniel Aguilar · Jul 11, 2024 Hello @Robert Cemper Thank you for your answer, you were right. I have modified my Dockerfile in order to replace this line: ARG IMAGE=intersystemsdc/iris-community for this one: ARG IMAGE=intersystems/iris-ml-community:2023.1.0.235.0 And now works!! Thank you for your quick response. 👏 P.D.: I think that definitely I have a good excuse to change mi old computer... 😜
go to post Daniel Aguilar · Apr 2, 2024 Hi @Evgeny Shvarov thanks for the piece of advice, I’ll try it it seems really interesting. Thanks!
go to post Daniel Aguilar · Mar 24, 2024 Hi @Anastasia Dyubaylo. Could you please revise the translation points for the article: Tasks & Tricks: The Dev's Fish & Chips ? Thanks!
go to post Daniel Aguilar · Mar 22, 2024 Congrats @Robert Cemper you are our greatest inspiration. A true legend. Thank you for sharing your knowledge with us. 👏
go to post Daniel Aguilar · Jan 23, 2024 Hello, I think you are both right. Checking the namespaces we found that some of them had Cache Standard Collation and others Spanish1. It seems there was some problem restoring the copy. We manualy copied the namespaces with Spanish1 collation again and they now appear correctly as Cache Standard. Thanks @Luis Angel Pérez Ramos and @Robert Cemper !!
go to post Daniel Aguilar · Jan 19, 2024 Thank you so much. It's a really pleasure be member of this great community. Congratulations to everyone!.
go to post Daniel Aguilar · Jan 19, 2024 @Vadim Aniskin Thank you so much, very proud to enter the Hall of Fame! ♥
go to post Daniel Aguilar · Jan 11, 2024 Second consecutive month!! Thank you very much!!, very proud. Congrats to @Enrico Parisi, and @Tani Franke
go to post Daniel Aguilar · Dec 15, 2023 I think we need more context but in case you were iterating the global you could do this: Set key2="" For{ Set key2=$O(^global(key1,key2)) Quit:key2="" Continue:($G(^global(key1,key2))=c) // will skip this node and continue with next ... } If there isn't an iteration you could do: ^global(1,2)=a*b ^global(1,3)=a*c Q:($P(^global(key1,key2),"*",2)=c)
go to post Daniel Aguilar · Dec 14, 2023 Yuval Golan, Robert CemperFinally I've found my mistake. My script failed with this kind of lines: onersfkelkje345one Because I only searched for a coincidence of words once Thank you both for your help!
go to post Daniel Aguilar · Dec 13, 2023 No, it wasn't my problem I tried and works with this input, but thanks!!
go to post Daniel Aguilar · Dec 13, 2023 Thanks Robert, it seems that my code has an error because it doesn't match with your results. I will keep trying. Thank you so much!