I've got a problem with the Drillthrough Action is SSAS 2008.
I want to set the sort order of the Drillthrough Report by a specific drillthrough column, but I can't find a solution for the problem. I was searching for it, but couldn't find anything.
Has anyone an idea how to solve this problem?
I've gathered further information to this question and it seems, like this is not possible.
If there's anyone who also needs this feature in his detail-reports he might give feedback at https://connect.microsoft.com/SQLServer/Feedback
Regards,
T.K.
Related
I am looking for a low code solution for a Wix website I am creating. I have the website done except for the gamified task. I am looking to present the user with 3 or 4 pictures on the page, and they must make a selection of the available pictures. The selection is either correct or incorrect based on a pre-determined decision, and the click and selection need to be stored and saved in a database. Following correctly choosing the correct or incorrect answer, the user is presented with the next question. I was wondering if anyone had any key terms to look up that are no code/low code solutions to a task like this, or examples that anyone has seen of tasks that have been made in wix/corvid like this. Any help is greatly appreciated.
You will need some code to do this. It shouldn't be too difficult to do, but there's some work involved.
Some of the APIs you'll need to use are
$w.Image.onClick()
wix-data.insert() (or wix-dataset.save())
I saw the possibility to change the Internationalization of Scene Builder. But I did not find somewhere suitable language packages. May somebody of you have been faced by same kind of intention? For any hints in this matter I would be grateful.
With best regards
Peter
I checked by the way the possibility to change the language of the scene-builder-menu with use of google. The result of my investigation is: It is not possible to be done by a standard kind of user. Sorry, I did not expect this result. Anyway, I learned by. Thank you very much for the time an efforts you spend to bring me onto the right way to get an answer in regard to the question i did publish in before. Thank you.
Could anyone tell me, why the default value for "include_in_parent" is false? I found only information that this property had impact for "highlighting". Doc: https://www.elastic.co/guide/en/elasticsearch/reference/1.4/mapping-nested-type.html
But I cannot find any information for performance or potential problems with using this property.
Maybe someone with bigger experience could tell me more about this? For example I had problem like this: Elasticsearch: how to add "nested query" into (nested) filter
This solution works, but when we will use “include_in_parent” it will be simpler – no sub-query. I can use the same path for cars and radios. Moreover than we add this property this solution (in this link) is still working, so this is another pros.
I know, that this is a little theoretical question, but we will talk about performance and my question based on my case. ;)
Best regards,
Adrian Klimczak
I'm new here (I guess you already noticed x3...). I'm the engineer Diana De La Torre, I'm actually "on training" in Fresnillo PLC company so they wanted me to develop a Project based in the the SQL server reporting services (SSRS). They want me to make reports of some processes in this company with Report Builder 3.0. I've learned a lot about it but I just have a trouble when I try to order the report results by "BitacoraTime" (That is a datetime field).
It just won't work at all. I've tried to change the sentence and to order this report by month and/or day and It won't work either.
I've tried a lot of things and looked everywhere here on the internet.
I "tested" the same Query in the SQL Server Management Studio and all the sentences I tried to put an order to the results are working well, so it makes me think the trouble in here is the Report Builder 3.0 itself.
I really need a hand in here, I don't have enough experience to figure this out myself when everything I tried didn't work at all and I'm a Little bit desperate.
I would really appreciate if someone in here just give me a clue or something.
Thank you so much for taking the time of Reading this. :3
-Diana De La Torre.
(Ps: Sorry if my english is bad heh. I'm still improving it x3)
I think I could solve this problem.
I really thought you could order a Tablix by a Query or by clicking the right button on it and selecting how do you want to order the results but nothing of this worked.
But suddenly I found out that clicking the right button on the exact field you want to order by you could find an option called "Dynamic Sorting" and you just have to configure that option so when you run the Report you can click on that field so it orders the results Ascendant or Descendant.
This is not exactly what I wanted because I wanted the results to be in order by just running the report model but Oh well, it won't work anyway.
I hope this can help some other people who present this problem.
I've got a small problem that I can't figure out how to fix.
First thing, I CAN'T update magento to a real version who's fixed it. So, I'm looking for an alternative to fix this bug, I can't find out how they fixed it in magento releases, that's why I'm asking here.
Second thing, I'm using Magento 1.3.2.4
When I do a search with the advanced search system and try to sort the restults by price, I've got the following message :
You cannot define a correlation name '_price_order_table' more than once
I already found some potential answer on Stackoverflow and some other website, like this one : Magento - using the catalog/product_list block more than once
But it's not really my case. I don't have a duplicate block in my layout xml files.
Would any of you have any idea of why I've got this error message ? It seems to be a duplicate use of a "left join" on the same table with the same alias, but how can I find where ?
Thank you so much to anyone who read this until the end and especially to the ones who will try to help me and answer me ! :-)
Anyway ... I spent too much time on this question to search the perfect solution and debug magento.
I ended in commenting /lib/Zend/db/Select.php on line 760 where the exception was thrown. The sorting works anyway, even with an exception thrown.
Sample of this file and with the line commented.
if (!empty($correlationName)) {
if (array_key_exists($correlationName, $this->_parts[self::FROM])) {
/**
* #see Zend_Db_Select_Exception
*/
#require_once 'Zend/Db/Select/Exception.php';
//throw new Zend_Db_Select_Exception("You cannot define a correlation name '$correlationName' more than once");
}
I saw the suggestion somewhere on the web when I started to search for this issue some hours ago. Anyway, it's always the same thing : when I get to ask for help, I give up on great fixes and finally accept a workaround.
Hope this may help someone someday and if anyone figure out any other solution, please share ! ;-)