go to post Evgeny Shvarov · Jan 22, 2017 Visualization, Python - will add.And we already have the Tools tag.
go to post Evgeny Shvarov · Jan 21, 2017 IMHO it should be a tag for every article.If there is no tag which fits the article let's introduce the tag?
go to post Evgeny Shvarov · Jan 20, 2017 Wow, that's great! I should check it!BTW, maybe one day the break command will work too? I mean as it works as a debugger in usual terminal?
go to post Evgeny Shvarov · Jan 12, 2017 True. We just will reproduce Stackoverflow approach here: "No answers" - for the questions without any answer, and "Unanswered" for without accepted answer.
go to post Evgeny Shvarov · Jan 11, 2017 Update for Questions' list with the Authors' links and introduced few new questions in Most commented list.
go to post Evgeny Shvarov · Jan 10, 2017 That is the question. I think there should be two filters: unanswered and ... "True answered".
go to post Evgeny Shvarov · Jan 10, 2017 Hi, Jon!Now there is an option to mark the answer as real Answer.See the recent release notes.
go to post Evgeny Shvarov · Jan 10, 2017 You are right. Maybe we cannot cook Drupal properly yet. But the site is getting (slowly) better.
go to post Evgeny Shvarov · Jan 10, 2017 Was never glad about Drupal ) All in all the content is a key, not a platform.
go to post Evgeny Shvarov · Jan 9, 2017 Hi, Samual! Would you please send a piece of your MDX which has a bad performance. Alessandro's example is very general. In many cases you can reach the same result without PERIODSTODATE and PARALLELPERIOD functions and any %OR statements. E.g. to make the Year-to-Year(YTY) monthly comparison you can just use the following (Holefoods Sample Cube): SELECT [Measures].[Amount Sold] ON 0,NON EMPTY {[DateOfSale].[Actual].[MonthSold].&[201612],[DateOfSale].[Actual].[MonthSold].&[201512]} ON 1 FROM [HOLEFOODS] Which shouldn't cause any performance issues for any number of rows. If you want to parametrize the month with pivot variable the expression for YTY for any month could look like the following (assuming the $variable.month is a list of months): SELECT [Measures].[Amount Sold] ON 0,NON EMPTY {[DateOfSale].[Actual].[MonthSold].&[$variable.month],PARALLELPERIOD([DateOfSale].[Actual].[YearSold],1, [DateOfSale].[Actual].[MonthSold].&[$variable.month])} ON 1 FROM [HOLEFOODS] HTH
go to post Evgeny Shvarov · Jan 9, 2017 It turns out that it is yet another setting! (Oh, Drupal...).So, there is Subscription->Overview->Settings->Visibility of Controls section which controls the visibility of Update and Comment settings in "Content types" tab. Don't ask me whoever needs this setting, so if you make it Visible you can find this settings in "Content types" for Posts and Answers.We plan to turn on this Visibility of Controls thing for all the members with the next DC release.
go to post Evgeny Shvarov · Jan 9, 2017 Hi, John!I see you have digest mode turned on. Please turn it off to get reasonable notifications.Regarding your question - I bring my apologies. This checkbox will influence only the new future subscriptions (as it documented in this settings section).So if you were subscribed to the post you have this setting already and it cannot be unchecked or unsubscribe and subscribe again.Maybe it's not a bad idea to turn off this "notifications on updates" setting for all the current subscriptions for all the users.
go to post Evgeny Shvarov · Jan 9, 2017 Thanks, Jiri!The search feature works not very effective, to be honest. We plan to fix it, hopefully, next month.
go to post Evgeny Shvarov · Jan 6, 2017 See all the 2016 DC questions here. You can sort them by Views, Votes, and Comments as it shown below:
go to post Evgeny Shvarov · Jan 6, 2017 We are working on it.This feature will appear in the next DC release, hope in January.
go to post Evgeny Shvarov · Jan 6, 2017 Hi, John!That's strange.Try to check on Overview/Preferences section as I posted in Pete's comment?