go to post Neerav Verma · Feb 4, 2020 Hi Henrique, Does jasper reports run one time or is it real time. What I intend to have is a real time report embedded in the zen page. not a pdf. i mean a downloaded pdf may be a plus, but not the endpoint Any thoughts?
go to post Neerav Verma · Feb 4, 2020 hahaha exactly. this single alphabet codes goes top of my head. need extra cups of coffee when debugging a code like that. Meant only for the masters.
go to post Neerav Verma · Feb 4, 2020 HI Eduard, I always felt PostConditionals are just plain confusing. It can easily be argued that it's one line and simple but in my personal opinion I would rather use an if / else with braces with proper indentation. We are not living in mumps time, so do have the luxury of having some extra spaces and tabs.
go to post Neerav Verma · Feb 4, 2020 I am bit late in the thread but still may be worth it to answer - I use it always from the SQL Browser. I did had a post about it too on DC a week or two back, asking how relevant those plans and answers I got were that the plans are not super relevant, what matters most is the response time. Feedback : What I would love to have from these plans is also a suggestion, how you get in db2 / oracle etc telling us what indexes or improvements in query we can make to make the performance better. alternate plans - yes, i know it exists. only when i feel the query is super slow, i actually go and take a look at it. not otherwise if the alternate plan button was right there next to show plan, it will be used more. Infact all the sql optimization tools should be next to the query window on sql browser. that's where it belongs.
go to post Neerav Verma · Feb 4, 2020 HI, have you considered making a stored procedure that gets called to display the list ??
go to post Neerav Verma · Jan 17, 2020 Thanks @Tony Coffman Can we incorporate your dashboards in Zen with our work existing app??
go to post Neerav Verma · Jan 17, 2020 Thanks @Evgeny Shvarov With deepsee web it seems there should be least amount of learning as I assume, it should be pretty much same as the deepsee now. Will it be a smooth transition from current to new version? Can I incorporate it in the zen app? There is a Windows version to it right?
go to post Neerav Verma · Jan 16, 2020 For this current one the execution in both cases is almost same . Both are .05 msThat's what made me thinking that 99% difference in relative cost should have had at least 50% impact on time.
go to post Neerav Verma · Dec 25, 2019 Merry Christmas dear friend. You have been a great help over the years. Wishing you great success and joy
go to post Neerav Verma · Dec 20, 2019 Good article and post. If I understand it correctly, this is the server side of building rest service for CRUD activity. Is there an article that explains the UI side of it? What I be keen would be Cache/IRIS independent UI solution connecting to this Rest Service. So if cache was turned off and that service was routed to something else, it should still work.
go to post Neerav Verma · Dec 20, 2019 Hi, Do we have to buy DevExtreme licence and download their executable for it?
go to post Neerav Verma · Dec 19, 2019 Hi Henrique, This looks really good. Before I dive further into your post, may I ask just one or two simple questions 1. Is the only connection to cache here is the Rest Services ? For eg. if I replace the cache rest url and replace it with another one.. which is sending exactly same data . will it work? 2. Do we need to install something on the system for the same ? 3. Do your files have an extension of .html or something else?4. Is it correct to say that there is no Angular or node.js involved?? Many thanks
go to post Neerav Verma · Dec 19, 2019 Hi Udo, I had never heard of Typo3 before today. It seems good but I think a more known tool would be more acceptable in the organization. Aim of app is to present data in a well formatted manner internally within the organization with the ability to do some simple updates Thanks
go to post Neerav Verma · Dec 19, 2019 Do we need to have a .csp or .zen to make this work ?? What if I want to have a webapp totally out of Cache , with cache just being the data provider via sql or rest. Thanks
go to post Neerav Verma · Dec 19, 2019 HI, I still haven't read the article but I will first thing tomorrow in detail. Is there any node.js used to fetch the data??? Is any bootstrap involved too to beautify it??
go to post Neerav Verma · Dec 19, 2019 Hey Benjamin For starters even 50,000 rows of data displayed , searchable and paginated would be good enough. Can always build on that Do you have any sample where I can build upon?
go to post Neerav Verma · Dec 16, 2019 When you make a system dsn for intersystems cache type and press test connection. Does it succeed?
go to post Neerav Verma · Dec 15, 2019 Thanks Anil, One question before I give this a try Your method MyPackage.MyClass.GetDetails()Is this returning a result set with some query eg Select col1, col2 from TAble1??
go to post Neerav Verma · Dec 12, 2019 Hi Timothy, do you have any sample code that you can share? How much data were you loading in your tables