<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4892632562507394238.post5948244361150716472..comments</id><updated>2010-07-21T17:42:47.301+01:00</updated><title type='text'>Comments on Reporting Tales - Inside news on Pentaho Reporting: Back to the start - MDX parametrization revisited</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.sherito.org/feeds/5948244361150716472/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default'/><link rel='alternate' type='text/html' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html'/><author><name>Thomas Morgner</name><uri>http://www.blogger.com/profile/05347892426924296575</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4892632562507394238.post-4456415286604760364</id><published>2010-07-22T03:18:15.131+01:00</published><updated>2010-07-22T03:18:15.131+01:00</updated><title type='text'>Interestingly, JPivot seems to strip curly braces ...</title><content type='html'>Interestingly, JPivot seems to strip curly braces and some other &amp;quot;complete&amp;quot; member identification. I need to test a bit more, but find that if I submit {[Client Location].[Client Location.Clients].[All Clients].[COLORADO]} it will reformat the MDX to [Client Location.Clients].[COLORADO]. &lt;br /&gt;&lt;br /&gt;In PRD, I have found that once a query is parameterized and you cannot get to the variables anymore, PRD can lose connection to the field variables. You can copy and paste information from one report to another, and the second report will not work. I have had to pull the variables from the PRD query to get the fields to place on the report. &lt;br /&gt;&lt;br /&gt;I really like 3.6. I have been using Pentaho off and on for 4 years and this version rocks. I am already hearing 3.7 and 4.0 upgrades that will be even mo&amp;#39; better yet.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/4456415286604760364'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/4456415286604760364'/><link rel='alternate' type='text/html' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html?showComment=1279765095131#c4456415286604760364' title=''/><author><name>Bill W.</name><uri>http://www.blogger.com/profile/10137938416663335782</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html' ref='tag:blogger.com,1999:blog-4892632562507394238.post-5948244361150716472' source='http://www.blogger.com/feeds/4892632562507394238/posts/default/5948244361150716472' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4892632562507394238.post-6642796694141272787</id><published>2010-07-22T00:24:02.045+01:00</published><updated>2010-07-22T00:24:02.045+01:00</updated><title type='text'>Yes, the ${..} is a mindless string replacement. 
...</title><content type='html'>Yes, the ${..} is a mindless string replacement. &lt;br /&gt;&lt;br /&gt;According to the examples on the MSDN documentation for MDX, you always have to use the curly braces (ie the set syntax).&lt;br /&gt;&lt;br /&gt;http://msdn.microsoft.com/en-us/library/ms146052.aspx &lt;br /&gt;&lt;br /&gt;Therefore, if myVariable is &amp;quot;[Client].[Location].[All Locations]&amp;quot; you probably get a syntax error.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/6642796694141272787'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/6642796694141272787'/><link rel='alternate' type='text/html' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html?showComment=1279754642045#c6642796694141272787' title=''/><author><name>Thomas Morgner</name><uri>http://www.blogger.com/profile/05347892426924296575</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00947081969944924661'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html' ref='tag:blogger.com,1999:blog-4892632562507394238.post-5948244361150716472' source='http://www.blogger.com/feeds/4892632562507394238/posts/default/5948244361150716472' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4892632562507394238.post-3801199346928803218</id><published>2010-07-21T17:42:47.301+01:00</published><updated>2010-07-21T17:42:47.301+01:00</updated><title type='text'>Ok, so then is it possible to simply place a ${var...</title><content type='html'>Ok, so then is it possible to simply place a ${variable} in a MDX query to have dynamic rows or columns? Thus,&lt;br /&gt;select ${myVariable} on COLUMNS,&lt;br /&gt; {[Measures].[MyMeasure1], [Measures].[MyMeasure2]} on ROWS&lt;br /&gt;from [Monthly Data]&lt;br /&gt;&lt;br /&gt;Where myVariable can be [Client].[Location].[All Locations] or {[Client].[Location].[WASHINGTON], [Client].[Location].[COLORADO]}&lt;br /&gt;&lt;br /&gt;I have been trying to get this in PRD and have not been able to do so.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/3801199346928803218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/3801199346928803218'/><link rel='alternate' type='text/html' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html?showComment=1279730567301#c3801199346928803218' title=''/><author><name>Bill W.</name><uri>http://www.blogger.com/profile/10137938416663335782</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html' ref='tag:blogger.com,1999:blog-4892632562507394238.post-5948244361150716472' source='http://www.blogger.com/feeds/4892632562507394238/posts/default/5948244361150716472' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4892632562507394238.post-3960387284659997517</id><published>2010-07-21T17:41:40.323+01:00</published><updated>2010-07-21T17:41:40.323+01:00</updated><title type='text'>Ok, so then is it possible to simply place a ${var...</title><content type='html'>Ok, so then is it possible to simply place a ${variable} in a MDX query to have dynamic rows or columns? Thus,&lt;br /&gt;select ${myVariable} on COLUMNS,&lt;br /&gt; {[Measures].[MyMeasure1], [Measures].[MyMeasure2]} on ROWS&lt;br /&gt;from [Monthly Data]&lt;br /&gt;&lt;br /&gt;Where myVariable can be [Client].[Location].[All Locations] or {[Client].[Location].[WASHINGTON], [Client].[Location].[COLORADO]}&lt;br /&gt;&lt;br /&gt;I have been trying to get this in PRD and have not been able to do so.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/3960387284659997517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4892632562507394238/5948244361150716472/comments/default/3960387284659997517'/><link rel='alternate' type='text/html' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html?showComment=1279730500323#c3960387284659997517' title=''/><author><name>Bill W.</name><uri>http://www.blogger.com/profile/10137938416663335782</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.sherito.org/2009/12/back-to-start-mdx-parametrization.html' ref='tag:blogger.com,1999:blog-4892632562507394238.post-5948244361150716472' source='http://www.blogger.com/feeds/4892632562507394238/posts/default/5948244361150716472' type='text/html'/></entry></feed>