go to post Asaf Sinay · Dec 6, 2021 Hello Ravi, IRIS BI will let you display the value inside the bar Horizontal bars will work too and are more likely to have enough space to display it You can find more information here: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Asaf Sinay · Nov 10, 2021 Hello Alexander, If you are trying to connect to an IRIS instance, you might want to import the irisnative module import irisnative You can find an example here: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls... I hope it helps. Asaf
go to post Asaf Sinay · Mar 3, 2021 Hello Lee, I would suggest contacting the WRC at support@intersystems.com and work with us to resolve this issue. The Shared Storage calculated definitions are stored in a global, while the subject area definition is stored as a class (for example Class HoleFoods.SubjectAreaAsia Extends %DeepSee.SubjectArea)
go to post Asaf Sinay · Jan 27, 2021 I also really like the fact that you linked a live demo that users can easily access!
go to post Asaf Sinay · Jan 27, 2021 Very nice @Henrique.GonçalvesDias!It would be nice to add the country's population to your dataset and toggle the charts/maps to show it by vaccinations as % of the population. It will show a complete different leaderboard
go to post Asaf Sinay · Nov 24, 2020 This is exciting! Can't wait to see what our developer community comes up with!!
go to post Asaf Sinay · Sep 2, 2020 Hello Joao, You should be able to edit the linked table's class definition, but reimporting it should be the safest approach. Please note that linked tables don't actually persist the data locally, but simply define the metadata for the remote table. I would suggest backing up your linked table class definition first. Sincerely, Asaf
go to post Asaf Sinay · Apr 17, 2020 Hi Kevin, If you can't add it as a Stored Procedure to your detail listing definition or a Custom listing, KPI Actions might be your best bet. Please feel free to work with the WRC on this and we will be happy to look at your specific use case with you. Sincerely, Asaf
go to post Asaf Sinay · Nov 14, 2019 Hello @Evgeny Shvarov, Just to close the loop on this issue, @Peter Steiwer fixed it back in July 24, 2019. Please feel free to download the latest version here. Thanks, Asaf
go to post Asaf Sinay · Jun 10, 2019 Thank you @Dmitry Maslennikov and @Evgeny Shvarov this is great news!
go to post Asaf Sinay · Jan 2, 2019 We had to chose one out of these 4 book covers for AnalyzeThis, we chose #1, do you agree with us?
go to post Asaf Sinay · Oct 23, 2017 Hi Steve,The %LAST MDX function returns a member and not a set.What is the significance of getting the last reading (as oppose to getting the AVG)? Are you doing it to avoid the duplication?Thanks,Asaf
go to post Asaf Sinay · May 5, 2017 Hello Arutunyan,Can you please clarify a little? Maybe add a screenshot or a code snippet of what you are trying to achieve? Regards,Asaf
go to post Asaf Sinay · Nov 8, 2016 Hi Chip,The HealthShare documentation has a chapter called Roles and Resources that describes the relationships between the HealthShare roles and the DeepSee (and Caché) roles.It is located in the following book:[ Documentation ] > [ HealthShare Active Analytics ] > [ Health Insight Administration Guide ] > [ Roles and Resources ]http://<webserverIP:port>/csp/docbook/DocBook.UI.Page.cls?KEY=HSAAADM_rolesHere is the high level overview (more details are in your HS version specific documentation):Health Insight is designed to be used by multiple users in different roles. There are four default security roles. The end user role is designed to support the functions a care provider or hospital administrator might need. The analyst role is designed to support data analysis. The modeler role is designed to support users who extend the Health Insight model. The operator role is designed to grant the access necessary for a high level technician responsible for facilitating the transmission of data to Health Insight.I hope it helps,Asaf SinayDeepSee Support Manager | InterSystems Support (Main): +1.617.621.0700 InterSystems.com
go to post Asaf Sinay · Nov 7, 2016 Hello Ryan,I just wanted to add that we plan on extending the DeepSee Troubleshooting Guide and add more use cases and details about each scenario. This should clarify each case and have the complete commands that need to be executed.For example, instead of writing:run ##class(%DeepSee.Utils).%PrintBuildErrors(pCube)we will write something like:run the following commands in Caché Terminal:do ##class(%DeepSee.Utils).%PrintBuildErrors("ReplaceWithYourCubeName")Sincerely,Asaf SinayDeepSee Support Manager | InterSystems Support (Main): +1.617.621.0700 InterSystems.com
go to post Asaf Sinay · Oct 25, 2016 Thanks Sascha and Dmitry! It would be nice to add links (where applicable), to either documentation or other posts in the Developer Community, that have more details about the topic/troubleshooting step.