<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Jedox for beginners Forum - Recent Topics				            </title>
            <link>https://jedox4beginners.com/forum/</link>
            <description>Jedox for Beginners Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 27 Apr 2026 22:03:25 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Measure Jedox Mobile vs Web access</title>
                        <link>https://jedox4beginners.com/forum/general/measure-jedox-mobile-vs-web-access/</link>
                        <pubDate>Fri, 11 Apr 2025 13:42:26 +0000</pubDate>
                        <description><![CDATA[Hi,
 
I&#039;ve built a report monitor that helps us measure how people is interacting with the reports we have in Jedox. We would love to have the capabilities of splitting the usage by access...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p> </p>
<p>I've built a report monitor that helps us measure how people is interacting with the reports we have in Jedox. We would love to have the capabilities of splitting the usage by access type: whether a report was accessed via Jedox Web or Jedox Mobile App.</p>
<p>Do you know of any script, function or log trace that can retrieve that info?</p>
<p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Enrique</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/general/measure-jedox-mobile-vs-web-access/</guid>
                    </item>
				                    <item>
                        <title>Report Usage metrics</title>
                        <link>https://jedox4beginners.com/forum/general/report-usage-metrics/</link>
                        <pubDate>Mon, 23 Sep 2024 18:55:05 +0000</pubDate>
                        <description><![CDATA[Hi!
 
I remember a couple of years ago there was a custom report that retrieved some &quot;report usage metrics&quot;, such as:
- how many times a report had been accessed
- how many users accesse...]]></description>
                        <content:encoded><![CDATA[<p>Hi!</p>
<p> </p>
<p>I remember a couple of years ago there was a custom report that retrieved some "report usage metrics", such as:</p>
<p>- how many times a report had been accessed</p>
<p>- how many users accessed the report and how many times per user</p>
<p> </p>
<p>Kind of an audit log for reports. Can we build something alike with the current tools?</p>
<p><br />Thanks!</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Enrique</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/general/report-usage-metrics/</guid>
                    </item>
				                    <item>
                        <title>90 day running average</title>
                        <link>https://jedox4beginners.com/forum/general/90-day-running-average/</link>
                        <pubDate>Fri, 09 Aug 2024 08:36:00 +0000</pubDate>
                        <description><![CDATA[Hi, How do you calculate a 90 day running average starting from the previous day (and recalculated for every day of a day dimension)?]]></description>
                        <content:encoded><![CDATA[<p>Hi, How do you calculate a 90 day running average starting from the previous day (and recalculated for every day of a day dimension)?</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Pierre</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/general/90-day-running-average/</guid>
                    </item>
				                    <item>
                        <title>PALO.SETDATA</title>
                        <link>https://jedox4beginners.com/forum/general/palo-setdata/</link>
                        <pubDate>Mon, 15 Jul 2024 12:19:35 +0000</pubDate>
                        <description><![CDATA[Hi team,
I recall using this functionality a few years but I&#039;ve forgotten how to set it up now. I want to have a routine using palo.setdata that can load data held on multiple rows in a spr...]]></description>
                        <content:encoded><![CDATA[<p>Hi team,</p>
<p>I recall using this functionality a few years but I've forgotten how to set it up now. I want to have a routine using palo.setdata that can load data held on multiple rows in a spreadsheet. I recall being able to use the command whereby it would cycle through the list until it reached the bottom and then it would stop. For the life of me I can't remember how to set it up. Any ideas?</p>
<p>Thanks</p>
<p>Gary</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Gary Hall</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/general/palo-setdata/</guid>
                    </item>
				                    <item>
                        <title>CAGR calculation with ^ function element is not support in Jedox, but is there a way around this ?</title>
                        <link>https://jedox4beginners.com/forum/modeler/cagr-calculation-with-function-element-is-not-support-in-jedox-but-is-there-a-way-around-this/</link>
                        <pubDate>Fri, 24 May 2024 09:15:22 +0000</pubDate>
                        <description><![CDATA[CAGR calculation with ^ function element is not supported in Jedox, but is there a way around this ? 
Example of CAGR formula: 
CAGR = (Final Value / Initial Value) ^ (1 / Number of Period...]]></description>
                        <content:encoded><![CDATA[<p>CAGR calculation with ^ function element is not supported in Jedox, but is there a way around this ? </p>
<p>Example of CAGR formula: </p>
<p>CAGR = (Final Value / Initial Value) ^ (1 / Number of Periods) - 1</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/modeler/cagr-calculation-with-function-element-is-not-support-in-jedox-but-is-there-a-way-around-this/</guid>
                    </item>
				                    <item>
                        <title>Migrate System Cubes</title>
                        <link>https://jedox4beginners.com/forum/how-to-do-it-general/migrate-system-cubes/</link>
                        <pubDate>Mon, 18 Mar 2024 05:16:47 +0000</pubDate>
                        <description><![CDATA[Say I have a Client&#039;s LIVE Jedox server and have plenty of Groups and Rules with Rights assigned. How do I migrate these cubes to my test server (it&#039;s not exact Sync of the LIVE) 

#_ROLE_...]]></description>
                        <content:encoded><![CDATA[<p>Say I have a Client's LIVE Jedox server and have plenty of Groups and Rules with Rights assigned. How do I migrate these cubes to my test server (it's not exact Sync of the LIVE) </p>
<ul>
<li>#_ROLE_RIGHT_OBJECT</li>
<li>#_ROLE_ROLE_PROPERTIES</li>
<li>#_GROUP_GROUP_PROPERTIES</li>
</ul>
<p>When I download and upload to my test server I am getting this error</p>
<p><span style="color: #ff0000"><em>"At least one mapped column must be defined.Dimension 0 has no default write element defined. Use the column menu to assign a column to this dimension.At least one column must be mapped to any of the measures."</em></span></p>
<p> </p>
<p> </p>
<div id="wpfa-5809" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="screenshot-System-Cube-upload-error.jpg" href="//jedox4beginners.com/wp-content/uploads/wpforo/default_attachments/1710739007-screenshot-System-Cube-upload-error.jpg" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> screenshot-System-Cube-upload-error.jpg</a></div>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Shaan</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/how-to-do-it-general/migrate-system-cubes/</guid>
                    </item>
				                    <item>
                        <title>KPI Card Formula Problem</title>
                        <link>https://jedox4beginners.com/forum/canvas/kpi-card-formula-problem/</link>
                        <pubDate>Mon, 04 Sep 2023 16:19:57 +0000</pubDate>
                        <description><![CDATA[I&#039;m new to using Canvas and have set up a KPI card to capture daily sales data. The information for the current value pulls through ok and I&#039;ve used an expression for the day dimension to de...]]></description>
                        <content:encoded><![CDATA[<p class="m_-3402012555030986552MsoPlainText">I'm new to using Canvas and have set up a KPI card to capture daily sales data. The information for the current value pulls through ok and I've used an expression for the day dimension to default to yesterday<u></u><u></u></p>
<p class="m_-3402012555030986552MsoPlainText"><u></u> <u></u></p>
<p class="m_-3402012555030986552MsoPlainText"><span><img id="m_-3402012555030986552Picture_x0020_2" class="CToWUd" src="https://mail.google.com/mail/u/0?ui=2&amp;ik=4c0adc8549&amp;attid=0.1&amp;permmsgid=msg-f:1776123846461023691&amp;th=18a60f3a6168e5cb&amp;view=fimg&amp;fur=ip&amp;sz=s0-l75-ft&amp;attbid=ANGjdJ8KJkNnatJEBZAvkUIFXo4iLkjoyj70dhrTZ_i_Xovklj4z2wTN3073rq2sGu3rQM8ENnL_7RW1BWxWpCVjsKVjm5TneFD3YAL9qRw1Bzs8pvIxwDRM_Z1YHhQ&amp;disp=emb" width="875" height="102" data-image-whitelisted="" data-bit="iit" /></span><u></u><u></u></p>
<p class="m_-3402012555030986552MsoPlainText"><u></u> <u></u></p>
<p class="m_-3402012555030986552MsoPlainText">When pulling through a comparison value for the same day last year I’ve written the following expression as the Data Point. The formula works when posted in a worksheet. When I tested it originally it worked but it seems to have stopped. Any idea what I’m doing wrong?<u></u><u></u></p>
<p class="m_-3402012555030986552MsoPlainText"><u></u> <u></u></p>
<p class="m_-3402012555030986552MsoPlainText"><u></u> <u></u></p>
<p class="m_-3402012555030986552MsoPlainText"><span><img id="m_-3402012555030986552Picture_x0020_1" class="CToWUd" src="https://mail.google.com/mail/u/0?ui=2&amp;ik=4c0adc8549&amp;attid=0.2&amp;permmsgid=msg-f:1776123846461023691&amp;th=18a60f3a6168e5cb&amp;view=fimg&amp;fur=ip&amp;sz=s0-l75-ft&amp;attbid=ANGjdJ_RARs3ADfv0QgRBst4MgNvdIMF-i2La02Kgl4bJUm0qQ0S5VApU8t61Pw6wqXpArpC29u4qxL6E3D-9YIB6iZwz_CfZBkfSpWom8M2wGigUmhcMa-Amu1RsQ8&amp;disp=emb" width="877" height="115" data-image-whitelisted="" data-bit="iit" /></span></p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Jedox 4 Beginners</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/canvas/kpi-card-formula-problem/</guid>
                    </item>
				                    <item>
                        <title>PasteViews access rights to save Global views</title>
                        <link>https://jedox4beginners.com/forum/general/pasteviews-access-rights-to-save-global-views/</link>
                        <pubDate>Fri, 18 Aug 2023 12:20:39 +0000</pubDate>
                        <description><![CDATA[I have published PasteViews reports, but users including me (admin) can only save Private views.
I have tried to search on topic in Jedox knowledge base, but can find anything on where I co...]]></description>
                        <content:encoded><![CDATA[<p>I have published PasteViews reports, but users including me (admin) can only save Private views.</p>
<p>I have tried to search on topic in Jedox knowledge base, but can find anything on where I control the access right for users to save Global PasteViews. </p>
<p>Could someone in this forum give me a hint, where I should search for access rights setup on PasteViews to be able to save Global views</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/general/pasteviews-access-rights-to-save-global-views/</guid>
                    </item>
				                    <item>
                        <title>Running average, what is the best way to set it up in Jedox ?</title>
                        <link>https://jedox4beginners.com/forum/general/running-average-what-is-the-best-way-to-set-it-up-in-jedox/</link>
                        <pubDate>Fri, 14 Jul 2023 06:40:59 +0000</pubDate>
                        <description><![CDATA[Running average, what is the best way to set it up in Jedox ?
Would it be via a hierarchy or via a rule setup ?
Would it be possible to advise on a rule setup on running average ?]]></description>
                        <content:encoded><![CDATA[<p>Running average, what is the best way to set it up in Jedox ?</p>
<p>Would it be via a hierarchy or via a rule setup ?</p>
<p>Would it be possible to advise on a rule setup on running average ? </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Martin</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/general/running-average-what-is-the-best-way-to-set-it-up-in-jedox/</guid>
                    </item>
				                    <item>
                        <title>Worksheet Variables, Initialization</title>
                        <link>https://jedox4beginners.com/forum/spreadsheet/worksheet-variables-initialization/</link>
                        <pubDate>Tue, 16 May 2023 12:49:38 +0000</pubDate>
                        <description><![CDATA[What is the best way to initialize variables in a Jedox worksheet?]]></description>
                        <content:encoded><![CDATA[<p>What is the best way to initialize variables in a Jedox worksheet?</p>]]></content:encoded>
						                            <category domain="https://jedox4beginners.com/forum/"></category>                        <dc:creator>Rostyslav Kolosov</dc:creator>
                        <guid isPermaLink="true">https://jedox4beginners.com/forum/spreadsheet/worksheet-variables-initialization/</guid>
                    </item>
							        </channel>
        </rss>
		