<?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 some urgent help below code in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428776#M96392</link>
    <description>&lt;P&gt;Then there is something you are not telling me.&amp;nbsp; I loaded your sample and tested and it works as I hoped it should:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonnyPoole_0-1709909229517.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161613i600DB0743B3B34B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonnyPoole_0-1709909229517.png" alt="JonnyPoole_0-1709909229517.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Granted there isn't enough variability in the data to show what it does, but I was awaiting an answer to my previous question about the data variability before adding more data to the sample.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 14:47:56 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2024-03-08T14:47:56Z</dc:date>
    <item>
      <title>Need some urgent help below code</title>
      <link>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428757#M96389</link>
      <description>&lt;P&gt;Test:&lt;BR /&gt;&lt;BR /&gt;LOAD * Inline [&lt;BR /&gt;&lt;BR /&gt;ID , REPORT_WEEK, DATE, VALUE&lt;BR /&gt;&lt;BR /&gt;1 , '2023-12 4Week', '2023-12-04', 87&lt;BR /&gt;&lt;BR /&gt;2 , '2023-12 3Week', '2023-12-03', 12&lt;BR /&gt;&lt;BR /&gt;3 , '2023-09 2Week', '2023-09-02', 50&lt;BR /&gt;&lt;BR /&gt;4 , '2023-08 4Week', '2023-08-04', 34&lt;BR /&gt;&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;i 'have data set like above , my requirement in qliksense is&lt;BR /&gt;create bar chart with id and value show chart value by default it should take maximum report week value dynamically, other data should show best selection on report week column value&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;how to do qlik chart expression level&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428757#M96389</guid>
      <dc:creator>Naps_230</dc:creator>
      <dc:date>2024-11-15T21:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need some urgent help below code</title>
      <link>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428765#M96390</link>
      <description>&lt;P&gt;In the sample there is only 1 week per ID.&amp;nbsp; If you show a bar for each ID, do you want the max across all weeks regardless of ID? Because then the max value would be the same for all IDs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, does your data have multiple values for the same week per ID?&lt;/P&gt;
&lt;P&gt;=Max( Aggr( Sum( Value),&amp;nbsp;&lt;SPAN&gt;REPORT_WEEK, ID) )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;... creates an array of summed values for each unique combination of week/id, then take the max of those values per ID&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Or, does your data have one value per week per ID?&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=Max( Value&lt;SPAN&gt;&amp;nbsp;)&lt;/SPAN&gt; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428765#M96390</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2024-03-08T14:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need some urgent help below code</title>
      <link>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428769#M96391</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Max( Aggr( Sum( Value),&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;REPORT_WEEK, ID) ) VALUE Is coming " 12/30/1899" , it's not working&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428769#M96391</guid>
      <dc:creator>Naps_230</dc:creator>
      <dc:date>2024-03-08T14:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need some urgent help below code</title>
      <link>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428776#M96392</link>
      <description>&lt;P&gt;Then there is something you are not telling me.&amp;nbsp; I loaded your sample and tested and it works as I hoped it should:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonnyPoole_0-1709909229517.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161613i600DB0743B3B34B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonnyPoole_0-1709909229517.png" alt="JonnyPoole_0-1709909229517.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Granted there isn't enough variability in the data to show what it does, but I was awaiting an answer to my previous question about the data variability before adding more data to the sample.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 14:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-some-urgent-help-below-code/m-p/2428776#M96392</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2024-03-08T14:47:56Z</dc:date>
    </item>
  </channel>
</rss>

