<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need a List of All Measure Values in App in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2089095#M89258</link>
    <description>&lt;P&gt;I'm not sure if the approach itself is expedient respectively could be simplified significantly. This means I wouldn't tend to it else just saving only the results of the main-expressions, like:&lt;/P&gt;
&lt;P&gt;sum(Sales) or count(distinct Products)&lt;/P&gt;
&lt;P&gt;against Years and/or a Category or similar dimensions but not all the YTD, LYTD and so on stuff. That they would work like before could be checked separate against the calendar-tables and/or as-of-tables with appropriate flags and/or offset-values. If none such logic is implemented I suggest to use the occasion to re-design the UI.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2023 10:49:43 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-06-29T10:49:43Z</dc:date>
    <item>
      <title>Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2088845#M89246</link>
      <description>&lt;P&gt;We have a very large app with over 500 measures in it.&amp;nbsp; We'll soon be making some global changes that will impact several hundred measures.&amp;nbsp; The changes will be fairly easy - but the validation will be hard.&amp;nbsp; What I'd really like to have is a table on a sheet in the app that lists out all the measures in the app, and what the current value is (see attached mock-up I made).&amp;nbsp; That way we can do an easy before and after comparison on the values being returned.&lt;/P&gt;
&lt;P&gt;I'm just striking out with every attempt I've made at creating this kind of table.&amp;nbsp; I've tried an island table of measures along with dollar-sign expansion.&amp;nbsp; I've tried using ValueList and ValueLoop.&amp;nbsp; So far nothing is working (at least nothing that can scale up to 500+ measures).&amp;nbsp; I have a list of all the measure names that I can insert into an island table in the app, if that's needed.&lt;/P&gt;
&lt;P&gt;I'd love to hear anyone's thoughts on whether this is even possible - seems like a fairly reasonable ask.&amp;nbsp; Thanks in advance for the help!&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 17:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2088845#M89246</guid>
      <dc:creator>Steve_Rosebrook</dc:creator>
      <dc:date>2023-06-28T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2088880#M89247</link>
      <description>&lt;P&gt;You could just stick all of these measures into a Straight Table and export that, perhaps? You could use other object types, but the new Straight Table has the advantage of allowing you to do a select-all on measures, which seems like it'd make the whole thing a breeze.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 18:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2088880#M89247</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-06-28T18:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2088912#M89248</link>
      <description>&lt;P&gt;I should have mentioned: we're on the August 2022 Windows version - so I don't think the straight table has that functionality in our version, unfortunately.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 20:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2088912#M89248</guid>
      <dc:creator>Steve_Rosebrook</dc:creator>
      <dc:date>2023-06-28T20:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2089095#M89258</link>
      <description>&lt;P&gt;I'm not sure if the approach itself is expedient respectively could be simplified significantly. This means I wouldn't tend to it else just saving only the results of the main-expressions, like:&lt;/P&gt;
&lt;P&gt;sum(Sales) or count(distinct Products)&lt;/P&gt;
&lt;P&gt;against Years and/or a Category or similar dimensions but not all the YTD, LYTD and so on stuff. That they would work like before could be checked separate against the calendar-tables and/or as-of-tables with appropriate flags and/or offset-values. If none such logic is implemented I suggest to use the occasion to re-design the UI.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 10:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2089095#M89258</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-06-29T10:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2163567#M94479</link>
      <description>&lt;P&gt;Hi Steve,&lt;BR /&gt;have you tried AddSense chrome extension? Well maybe it's not exactly&amp;nbsp; what you need but it's super easy and super quick when you need to validate these formulas. The only downside is you will not see dollar-sign expansion result directly but you can either copy or download the table with all measures in your app and do it in another app - it seems it's still quite fast ...&lt;BR /&gt;&lt;BR /&gt;0 - add Add Sense to chrome&lt;BR /&gt;1 - open Add Sense and qlik Show&lt;BR /&gt;2 - click the Measures icon&lt;BR /&gt;3 - here's the list&lt;BR /&gt;4 - make a copy or download it&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AddSense.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127472i05658B793CAC68E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="AddSense.jpg" alt="AddSense.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;cheers&lt;/P&gt;
&lt;P&gt;Piotr&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 21:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2163567#M94479</guid>
      <dc:creator>piotr-bratek</dc:creator>
      <dc:date>2024-01-20T21:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2163572#M94480</link>
      <description>&lt;P&gt;Thanks for the info... Very useful to get list of measures from qsense dashboard&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2024 03:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2163572#M94480</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-01-21T03:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need a List of All Measure Values in App</title>
      <link>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2527428#M107393</link>
      <description>&lt;P&gt;You can try &lt;STRONG&gt;Qollect,&amp;nbsp;&lt;/STRONG&gt;my new &amp;amp; free Qlik Sense extension that pulls app metadata (Measures, Dimensions, Fields, Charts, Variables) and exports it to Excel. Great for quickly listing all measure expressions/labels/values.&lt;BR /&gt;Link: &lt;A href="https://www.regarden.io/extensions/3170c06d-0cbb-462f-a3e6-5303f9763249" target="_new" rel="noopener"&gt;https://www.regarden.io/extensions/3170c06d-0cbb-462f-a3e6-5303f9763249&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 13:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-a-List-of-All-Measure-Values-in-App/m-p/2527428#M107393</guid>
      <dc:creator>EliGohar</dc:creator>
      <dc:date>2025-08-15T13:59:15Z</dc:date>
    </item>
  </channel>
</rss>

