<?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: repeating a value by fiscal year in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499481#M103003</link>
    <description>&lt;P&gt;Total qualifier should works &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Dec 2024 17:43:04 GMT</pubDate>
    <dc:creator>diegozecchini</dc:creator>
    <dc:date>2024-12-27T17:43:04Z</dc:date>
    <item>
      <title>repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499415#M102987</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I have in my dashboard two dimensnions (fiscal year and month)&lt;BR /&gt;I have a calculation to make which is the total attrition budget which is on the latest available month of the fiscal year&lt;BR /&gt;My fiscal year starts on October&lt;BR /&gt;I managed to get the number per fiscal as shown below; but I need to repeat this value on all months of the fiscal year:&lt;BR /&gt;so I want to repeat the -198 from 2023-10 till 2024-09 and repeat the -20 from 2024-10 till today 202412&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ali_hijazi_0-1735287965307.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/176077i4BB54116F15187F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ali_hijazi_0-1735287965307.png" alt="ali_hijazi_0-1735287965307.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 08:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499415#M102987</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-12-27T08:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499422#M102988</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure but it seems you need to add&amp;nbsp; "nodistinct" in your mesure Sum(Aggr(NODISTINCT sum( etc...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 09:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499422#M102988</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2024-12-27T09:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499428#M102989</link>
      <description>&lt;P&gt;&lt;BR /&gt;The suggestion to use NODISTINCT in the Aggr() function is valid if you need the measure to ignore distinctions between dimension values and apply the same calculation consistently across all rows of your dimensions.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 09:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499428#M102989</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2024-12-27T09:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499443#M102991</link>
      <description>&lt;P&gt;You can create a Calendar in your script to create Fiscal Year, I have the next calendar when I have MAT Period,&amp;nbsp;MAT is the last 12 months of the selected month, for example MAT "September 24" is October 23 to September 24. You can adapt it to your needs&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Tradução" data-ved="2ahUKEwjF_e6-gsiKAxV-JrkGHfoSHZUQ3ewLegQIDBAU" aria-label="Texto traduzido: You can adapt it to your needs"&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://github.com/EddyVargas/QlikEdd/blob/main/Audit_Calendar.qvs" target="_blank"&gt;https://github.com/EddyVargas/QlikEdd/blob/main/Audit_Calendar.qvs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 13:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499443#M102991</guid>
      <dc:creator>eddyvargas</dc:creator>
      <dc:date>2024-12-27T13:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499451#M102992</link>
      <description>&lt;P&gt;the nodistinct is acting like {1} ignoring all selections no?&lt;BR /&gt;this is not what I want&lt;BR /&gt;I want the value that is per fiscal year to be repeated on all fiscal month of that fiscal year&lt;BR /&gt;so the value -198 is repeated from 202310 till 202409&lt;BR /&gt;then the value -20 is reeated from 202410 till today&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 14:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499451#M102992</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-12-27T14:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499460#M103001</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/216"&gt;@ali_hijazi&lt;/a&gt;&amp;nbsp; Use Total qualifier&lt;/P&gt;
&lt;P&gt;= sum(&lt;STRONG&gt;total &amp;lt;[Fiscal Year]&amp;gt;&amp;nbsp;&lt;/STRONG&gt;aggr(......&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 15:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499460#M103001</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-12-27T15:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499481#M103003</link>
      <description>&lt;P&gt;Total qualifier should works &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 17:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499481#M103003</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2024-12-27T17:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499485#M103004</link>
      <description>&lt;P&gt;When you put total&amp;lt;fiscal_year&amp;gt; and fiscal year is&amp;nbsp; not a dimension in the chart then fiscal_year is ignored, it works only if fiscal_year is used as a dimension in the chart&lt;/P&gt;
&lt;P&gt;And thus it is like putting total so the total is repeated on all months of the two fiscal years&lt;/P&gt;
&lt;P&gt;While I want to repeat the value -198 then -20 and not the total which is&amp;nbsp;&lt;EM&gt;-218&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please read carefully my question above&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 18:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499485#M103004</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-12-27T18:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499486#M103005</link>
      <description>&lt;P&gt;When you put total it is the&amp;nbsp;&lt;SPAN&gt;total that is repeated on all months of the two fiscal years -218&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;While I want to repeat the value -198 on the months of the first fiscal year then -20 on the months of the second fiscal year and not the total which is&amp;nbsp;&lt;EM&gt;-218&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please read carefully my question above&lt;/P&gt;</description>
      <pubDate>Fri, 27 Dec 2024 18:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499486#M103005</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-12-27T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499573#M103011</link>
      <description>&lt;P&gt;I already have this fiscal calendar&lt;BR /&gt;but I'm not able to accomplish what I need because the calculation is aggregated by fiscal year to be corrected but I want to repeat it accross all fiscal months&lt;BR /&gt;I can use total but when I have 2 fiscal years selected I want to repeat 2 different values across the months of each fiscal year&lt;BR /&gt;using total will repeat the sum of values by fiscal year&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 15:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499573#M103011</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-12-30T15:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499595#M103016</link>
      <description>&lt;P&gt;You need to create new fields&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;-create Fiscal Year and use Total &amp;lt;Fiscal Year&amp;gt;&lt;/P&gt;
&lt;P&gt;-create "Fiscal Year Month" Field that is group of year months&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 20:59:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499595#M103016</guid>
      <dc:creator>eddyvargas</dc:creator>
      <dc:date>2024-12-30T20:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: repeating a value by fiscal year</title>
      <link>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499596#M103017</link>
      <description>&lt;P&gt;Are you aware of the fact that using total&amp;lt;fiscal year&amp;gt; will ignore fiscal year if it is not a dimension in the chart?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 21:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/repeating-a-value-by-fiscal-year/m-p/2499596#M103017</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2024-12-30T21:06:14Z</dc:date>
    </item>
  </channel>
</rss>

