Evgeny Shvarov · Jan 17, 2020 go to post

Will it be a smooth transition from current to new version?

Current to new version of what?
DSW could be used against DeepSee dashboards starting from Caché/Ensemble 2014 and with any version of IRIS/IRIS4H.

Can I incorporate it in the zen app?

You can use it as standalone web-app (it's a REST API + Angular app in its nature) or you can insert an iframe into any current zen app.

E.g. try to insert this iframe into any zen app:

<iframe style="border: none" src="https://analytics.community.intersystems.com/dswpub/index.html#!/d/PostsByYears.dashboard?ns=COMMUNITYPUBLIC&embed=1&widget=0&height=271&isLegend=true" width="473" height="271" ></iframe>

There is a Windows version to it right?

It runs in a browser, so it works on any OS - same as Zen. And it has a mobile UI.

Evgeny Shvarov · Jan 17, 2020 go to post

Hi @Neerav Verma!

You can try to give the second life with DeepSee Dashboards using DeepSeeWeb  - it gives Angular face for your current DeepSee Dashboards, has nice map widgets, mobile UI and is open source (though there is commercial for commercial use Highcharts inside).

It's very easy to install with ZPM:

zpm:USER>install dsw

and you can browse your Zen DeepSee dashboards with DSW.

Evgeny Shvarov · Jan 13, 2020 go to post

Hi Peter!
Thanks for the answer.

I don't see any Cons.

Speaking about Pros: I do have a monthly updated CSV with the same format but with different data. I used Analizethis to build a cube and I added some extra pivots and dashboards by myself and next month I don't want to repeat all the work (I really spend a good hour on building new pivots and dashboards) but just want to run all the pivots and dashboards against new data.

So, if you have a regular weekly or monthly CSV you can successfully use Analyzethis to build a cube quickly and then just rerun everything for new data without any manual work.

Only Pros here. 
If you could add UI and programmatic way to reload or append the data for the cube (without changing it) would be just great.

Evgeny Shvarov · Jan 12, 2020 go to post

Hi Peter!

It's really a great app, I'm using every week to quickly analyze CSVs and make reports.

The question: suppose I built a cube, pivots, and dashboards against the particular CSV file. And then I'm getting the new csv with the same format but different data.

What is my approach to using the data from CSV with what I already built for CSV and to avoid building everything from scratch?

Evgeny Shvarov · Jan 10, 2020 go to post

You don't have it "out-of-the-box" cause it's a community project, which is used in the prepared lab server but could be installed into any IRIS machine e.g. with ZPM:

zpm:USER>install webterminal

Evgeny Shvarov · Jan 9, 2020 go to post

Hi @Raj Singh !

We recently introduced a new post type - Discussion, I changed this announcement to Discussion - I think this is more relevant.

Discussion is the type of posting where you want a conversation, input, discussions on the topic.

Evgeny Shvarov · Jan 7, 2020 go to post

Hi guys! 

We had an issue with ratings that is fixed now. But the list of best articles is updated - there are new articles and new heroes of the year! Congrats!

Evgeny Shvarov · Jan 7, 2020 go to post

We had a bug in the Questions list - this is fixed now, and we have new best questions :) 

Evgeny Shvarov · Jan 7, 2020 go to post

Top 3 most discussed questions are about ObjectScript.

Top viewed questions are about ODBC, JSON, CORS and Excel.

Top 6 voted questions are about @Otto.Karlinger and Otto's fan club ) Do you think guys we need to cancel voting for questions?

@Robert Cemper!

Congrats for amazing 142 votes for answers this year! This is a tremendous help to InterSystems Community and maybe an unbeaten record! Thank you so much, Robert, and thank you very much, experts, who solved so many problems and helped developers this year!

Evgeny Shvarov · Jan 4, 2020 go to post

Robert! Is it wrong or it's incomplete? Wrong is a fake, incomplete - its another 'not enough information', which should be stated on the site of course. Some companies just don't share their contracts and partnership at all so I'm curious if any "enlyft" can show accurate information. 

Evgeny Shvarov · Jan 4, 2020 go to post

Yes, I agree that it's not clear where they got the information. Is there any disclaimer on the site?

Some information is accurate some are at least 'not sufficient".

Evgeny Shvarov · Jan 4, 2020 go to post

@Mark Bolinsky - your article is the most viewed this year! Not surprised )

@henry  - congrats on the most voted article - everybody agrees that unit tests are 'the must' but not everybody is using it ;) And voting for this is almost using this! :)

@Henrique Dias - and yours the most discussed, perhaps the monitoring is the hottest topic! Wish we add it to ZPM to make the installation instant.

Thank you, gentlemen! 

And thanks all for contributing such great articles this year!

Evgeny Shvarov · Dec 30, 2019 go to post

Hi Peter!

Thanks for the question.

It makes a lot of sense to test your package before publishing it on ZPM-registry.

You can test it via 'load' and 'publish' commands of ZPM-client.

Suppose, you have IRIS with ZPM client installed and you have the repo folder locally with module.xml in the root. Then you can use following command to test the module.xml loading:

USER:zpm>load /yourfolder/withrepo/

or with -v with more details:

USER:zpm>load -v /yourfolder/withrepo/

It shows the log and if module.xml is not correct you'll see errors in the log. This is the test of resources description.

Then you can test the publisher with 'publish' command. Call:

USER:zpm>packagename publish

or with -v with more details:

USER:zpm>packagename publish -v

This will try to execute all the tests, run web-app settings and call invoke methods locally. This will then refuse to publish cause you don't have the registry locally - which is OK, because you don't want to publish locally, right? All other errors will tell you if something is wrong with your module.xml package. 

HTH 

Evgeny Shvarov · Dec 26, 2019 go to post

If it says "Computing Axis" in Analyzer this is most probably the case of MDX Query performance.

You can run the MDX Query you use in this pivot against any of the tools @Peter Steiwer mentioned above and share the results here or/and with WRC Support.