<?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: Fields As Measures in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434335#M96886</link>
    <description>&lt;P&gt;OK, thank you. My issue is there's 1 data point for each product group for each month of the year. I need only the most recent one for each year to be shown (when looking at the year). So, December, and the most recent month for the current year.&lt;/P&gt;
&lt;P&gt;The graph shows data in year format but can be broken down to monthly. Is there a way to show 12/2023 and 2/2024 (for example) in the "Year" view; and then have the "Month" view still show the individual month data?&lt;/P&gt;</description>
    <pubDate>Mon, 25 Mar 2024 15:51:50 GMT</pubDate>
    <dc:creator>AMorella</dc:creator>
    <dc:date>2024-03-25T15:51:50Z</dc:date>
    <item>
      <title>Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434301#M96880</link>
      <description>&lt;P&gt;Is there a way to have non-aggregated data show as bars in a combo graph?&lt;/P&gt;
&lt;P&gt;I'm building an app to track stock level activity by product group (multiple SKUs). The plan is to compare year over year activity by taking the End Inventory for each year. I want to show the current year, previous year and delta for each product group.&lt;/P&gt;
&lt;P&gt;The issue I'm having is there is one End Inventory number for each product group and I don't know how to make it graph because Qlik seems to require a calculation to do this (Sum, Count, etc.).&lt;/P&gt;
&lt;P&gt;For the "measure", I'm using {&amp;lt;[Activity.Inv Type] = {"Import"}&amp;gt;} [Activity.End TCO]&lt;/P&gt;
&lt;P&gt;Any help would be very much appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434301#M96880</guid>
      <dc:creator>AMorella</dc:creator>
      <dc:date>2024-03-25T14:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434321#M96883</link>
      <description>&lt;P&gt;A measure is always aggregated, but you can use Only() as an aggregation.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434321#M96883</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-03-25T15:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434328#M96884</link>
      <description>&lt;P&gt;I tried Only([Activity.End TCO]) and it doesn't graph. No value is given unless I sum.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434328#M96884</guid>
      <dc:creator>AMorella</dc:creator>
      <dc:date>2024-03-25T15:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434329#M96885</link>
      <description>&lt;P&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;&lt;SPAN class="statement"&gt;Only()&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;returns a value if there is one and only one possible result from the aggregated data. For example, searching for the only product where the unit price =9 will return&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN data-mc-conditions="Targets.NotToTranslate"&gt;NULL&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;if more than one product has a unit price of 9.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434329#M96885</guid>
      <dc:creator>anat</dc:creator>
      <dc:date>2024-03-25T15:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434335#M96886</link>
      <description>&lt;P&gt;OK, thank you. My issue is there's 1 data point for each product group for each month of the year. I need only the most recent one for each year to be shown (when looking at the year). So, December, and the most recent month for the current year.&lt;/P&gt;
&lt;P&gt;The graph shows data in year format but can be broken down to monthly. Is there a way to show 12/2023 and 2/2024 (for example) in the "Year" view; and then have the "Month" view still show the individual month data?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:51:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434335#M96886</guid>
      <dc:creator>AMorella</dc:creator>
      <dc:date>2024-03-25T15:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434364#M96889</link>
      <description>&lt;P&gt;Have a look at using FirstSortedValue(), then, perhaps.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 16:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434364#M96889</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2024-03-25T16:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Fields As Measures</title>
      <link>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434401#M96894</link>
      <description>&lt;P&gt;Or,&lt;/P&gt;
&lt;P&gt;Unfortunately, that gives no value. I took out the conditions and just went for the total value, sorted by Month - which is a numeric field - but it doesn't produce a result. The result is "The chart is not displayed because it contains only undefined values.&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;P&gt;{&amp;lt;[Activity.Inv Type] = {"Location"}&amp;gt;} FirstSortedValue([Activity.End TCO] ,[Activity.Month], 12)&lt;/P&gt;
&lt;P&gt;Meant to show December ending inventory, based on the named location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 18:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fields-As-Measures/m-p/2434401#M96894</guid>
      <dc:creator>AMorella</dc:creator>
      <dc:date>2024-03-25T18:41:49Z</dc:date>
    </item>
  </channel>
</rss>

