Evgeny Shvarov · Mar 17, 2017 go to post

Hi, John!

Thanks for mentioning it.

It's an experiment for us, so the list of countries is as it is on behalf of "experiment conditions".  UK is included), so the students from UK are very welcome.

Evgeny Shvarov · Mar 17, 2017 go to post

Hi, John and Steve!

The issue is not resolved yet, but would be solved in a few days.

Evgeny Shvarov · Mar 17, 2017 go to post

There was another problem with the link to a dashboard itself which was fixed.

The issue you and Alexander provided  is the fair request for the improvement it and it would be introduced as soon as possible.

Evgeny Shvarov · Mar 17, 2017 go to post

Hi, Derrek!

If the balance is a measure you can make the measure searchable and you would be able to use it in complex filters with >< operands. 

Evgeny Shvarov · Mar 14, 2017 go to post

Thanks Peter! I gave it a try and it seems that the second block of SETTINGS is not parsed too.

Also, I ran into an issue of 250 characters limit for the URL value.

Evgeny Shvarov · Mar 8, 2017 go to post

Hi Derrek! 

Please find in the same pivot settings window grand total for rows as well.

Evgeny Shvarov · Mar 7, 2017 go to post

Hi, Derrek!

Go to the pivot settings in Analyzer and turn on the Grand Total for the rows, and you'll get it.

Evgeny Shvarov · Mar 7, 2017 go to post

And are there any plans to have a 'named filter' control within widgets that would let you change the operand?

It is possible. There was the question regarding this option.

If you need the filter for the measure, make it searchable, as Peter said. 

If you want to filter calculated measure, try to change it to classic measure with COS expressions in the measure definition.

Evgeny Shvarov · Mar 3, 2017 go to post

Very nice, Eduard!

Consider I want to develop the reporting in Microsoft Word and Excel from my Caché application using templates. Can I use your approach to make it?

Evgeny Shvarov · Mar 2, 2017 go to post

Hi, John!

It's a good point, not supported yet. So for now once you point the star you are subscribed to the post at the moment. And vice versa. 

What would be the best UI solution in this case in your opinion? 

Evgeny Shvarov · Mar 2, 2017 go to post

Hi, John!

I think it refers not only the "importing xml" cases but also any installation of any 3rd party tool or solution to your target InterSystems Caché or Ensemble server. 

I think the Package Manager can cover some risks in this field.

Another idea relates to docker technology: install the "unknown" but interesting solution into the docker container first and see how it works and where it tries to send the data and etc.

Evgeny Shvarov · Mar 2, 2017 go to post

Hi, John!

Why misclassified?

Does anyone have an explanation for this mapping of the Test package to the HSLIB database?

Is it not a question?

Evgeny Shvarov · Feb 28, 2017 go to post

Hi, John!

Thanks for the feedback.

Yes, it seems it's a bug and we already fixing it now.

Evgeny Shvarov · Feb 27, 2017 go to post

Hi, Mark!

The bug was fixed, subscription tabs should show the real numbers of categories.

Evgeny Shvarov · Feb 27, 2017 go to post

Hi, Alexander!

We fixed the bug, you should not see any phantom categories now. Sorry for the inconvenience.

Please confirm that the flow of messages has been stopped.

Thanks!

Evgeny Shvarov · Feb 27, 2017 go to post

And yes: Caché  creates the index with SQLUPPER collation by default for all the indexes, except idkey ones.

Evgeny Shvarov · Feb 27, 2017 go to post

Thanks for the answers!

Actually there was a mistake in example. The original case in my app uses idkey:

 Index ValueIndex on UniqueStringValue [Unique, idkey];

Caché uses Exact collation for idkey indexes.

So that's why I had a problem with 

.ValueIndexExists(value)  

method.