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.
- Log in to post comments
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.
Hi, John and Steve!
The issue is not resolved yet, but would be solved in a few days.
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.
Hi, Stephen!
You are invited!
Great! The invitation sent.
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.
We've fixed the link, now it should show your articles stats.
Hi, Paras!
Here is the related article.
Hi, Stephen!
Thanks for the comment!
We are looking into that.
Thanks, Jon!
I think I've fixed that
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.
Hi, Sameera!
It's not an answer, but have you tried this Studio+Git solution?
Thanks Eduard! Fixed and changed )
Hi Derrek!
Please find in the same pivot settings window grand total for rows as well.
Here it is:

Hi, Derrek!
Go to the pivot settings in Analyzer and turn on the Grand Total for the rows, and you'll get it.
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.
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?
It is the bug. Filed, thanks!
Fair enough. Filed, thanks.
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?
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.
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?
Hi, John!
Thanks for the feedback.
Yes, it seems it's a bug and we already fixing it now.
Hi, Alessandro! Thank you! That exactly what I need.
Hi, Mark!
The bug was fixed, subscription tabs should show the real numbers of categories.
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!
And yes: Caché creates the index with SQLUPPER collation by default for all the indexes, except idkey ones.
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.