<?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: Dynamic Quarter Quota Column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525545#M37776</link>
    <description>&lt;P&gt;So that hard codes the quarters by the month value. However, I am going by fiscal year so the table I posted earlier with the months included in each quarter contains the actual quarters. How would I factor in Year 1 and Year 2 in this also? I was thinking of a similar solution, but I couldn't think of an automated way to capture that for Year 2 and beyond.&lt;/P&gt;&lt;P&gt;Also, the Label 1 expression is the same as the Expression 1. Will that produce the proper label?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 18:11:07 GMT</pubDate>
    <dc:creator>mskusace</dc:creator>
    <dc:date>2019-01-02T18:11:07Z</dc:date>
    <item>
      <title>Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525487#M37752</link>
      <description>&lt;P&gt;I am generating an app in Qlik Sense which reports information about certification for employees. I have created a macro within Excel to do all the data processing automatically.&lt;/P&gt;&lt;P&gt;One of the metrics captured is the total count of certifications achieved. For each quarter over a 2 year span, there is a different quota for this metric.&lt;/P&gt;&lt;P&gt;The required number of certifications per year per quarter is below.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Y1 Q1 - 5&lt;/LI&gt;&lt;LI&gt;Y1 Q2 - 10&lt;/LI&gt;&lt;LI&gt;Y1 Q3 - 20&lt;/LI&gt;&lt;LI&gt;Y1 Q4 - 40&lt;/LI&gt;&lt;LI&gt;Y2 Q1 - 45&lt;/LI&gt;&lt;LI&gt;Y2 Q2 - 50&lt;/LI&gt;&lt;LI&gt;Y2 Q3 - 60&lt;/LI&gt;&lt;LI&gt;Y2 Q4 - 80&lt;/LI&gt;&lt;LI&gt;Y3 Q1 - 5&lt;/LI&gt;&lt;LI&gt;Y3 Q2 - 10&lt;/LI&gt;&lt;LI&gt;Y3 Q3 - 20&lt;/LI&gt;&lt;LI&gt;Y3 Q4 - 40&lt;/LI&gt;&lt;LI&gt;Y4 Q1 - 45&lt;/LI&gt;&lt;LI&gt;Y4 Q2 - 50&lt;/LI&gt;&lt;LI&gt;Y4 Q3 - 60&lt;/LI&gt;&lt;LI&gt;Y4 Q4 - 80&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The raw data contains the total number of certifications achieved. I want to create a dynamic column that calculates the percentage of people who have obtained the quota for that specific year and quarter for when the report is pulled. I would like for the column to be named "% with 5+ Certifications", "% with 10+ Certifications", "% with 20+ Certifications", etc. to correspond to the quota for the current year and quarter. The idea is when the quarter changes, the metric automatically changes to measure against the new quota for the new quarter. The report/dashboard should only show the metric measured against the current quarter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this possible to accomplish whether in Qlik Sense or any other way? Any guidance on how to accomplish would be greatly appreciated. Please let me know if you need any clarification.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 15:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525487#M37752</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T15:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525491#M37754</link>
      <description>Not entirely sure I understand... based on the data you provided above, what do you expect to see as an output?</description>
      <pubDate>Wed, 02 Jan 2019 15:55:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525491#M37754</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T15:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525500#M37756</link>
      <description>&lt;P&gt;I have a table with the various metrics broken down by department. Currently, there are 2 departments. It shows the total number of employees, some other metrics, and then it needs to show the number of certifications completed compared against the quota for that quarter, which will be a %.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it's Y1 Q1, with 100 employees, and 10 of them have completed 5 or more certifications, it will show 10% under a column called "% with 5+ Certifications".&lt;/P&gt;&lt;P&gt;If it's Y1 Q3 with 100 employees, and 50 of them have completed 20 or more certifications, it will show 50% under a column called "% with 20+ Certifications", which will replace the column "% with 5+ Certifications" because it is Y1 Q3.&lt;/P&gt;&lt;P&gt;Does that help clarify?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525500#M37756</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525505#M37760</link>
      <description>So, at any given point of time, you will only have a single column? Either "% with 5+ Certifications" or "% with 20+ Certifications"? Or are you saying that each Quarter and Year will have a one column? I am unable to understand that will happen to "% with 5+ Certifications" when you show "% with 20+ Certifications"? Does it disappear? Also on what basis will it disappear based on the current year quarter?</description>
      <pubDate>Wed, 02 Jan 2019 16:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525505#M37760</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T16:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525507#M37761</link>
      <description>&lt;P&gt;Correct in that I will only have a single column, which will be dependent on the year and quarter the report is pulled. It is pulled on a monthly basis right now. That column title and quota will updated depending on the current year and quarter the report is pulled.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525507#M37761</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T16:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525510#M37763</link>
      <description>&lt;P&gt;So, this should be doable in Qlik Sense now. You can use a calculated label for your column name. Have you tried that already or have you not heard about it before?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525510#M37763</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T16:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525513#M37765</link>
      <description>&lt;P&gt;I have heard about it, but I haven't used it. I also wasn't sure how to get the actual column values to update to measure against the new quota for the year and quota. I currently have the date the report was pulled and I can access that field. I am using the fiscal year and quarters for the fiscal year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the quota for certifications for each quarter and the years and months included in each quarter. I need it dynamic enough to automatically update and measure the total number of certifications per department against the quota for that time to calculate a percent. I want to see the percent of people that have met the quota per department.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Q1 - 5 - 2018 Oct, Nov, Dec&lt;/LI&gt;&lt;LI&gt;Q2 - 10 - 2019 Jan, Feb, Mar&lt;/LI&gt;&lt;LI&gt;Q3 - 20 - 2019 Apr, May, Jun&lt;/LI&gt;&lt;LI&gt;Q4 - 40 - 2019 Jul, Aug, Sep&lt;/LI&gt;&lt;LI&gt;Q1 - 45 - 2019 Oct, Nov Dec&lt;/LI&gt;&lt;LI&gt;Q2 - 50 - 2020 Jan Feb, Mar&lt;/LI&gt;&lt;LI&gt;Q3 - 60 - 2020 Apr, May, Jun&lt;/LI&gt;&lt;LI&gt;Q4 - 80 - 2020 Jul, Aug, Sep&lt;/LI&gt;&lt;LI&gt;Q1 - 5 - 2020 Oct, Nov Dec&lt;/LI&gt;&lt;LI&gt;Q2 - 10 - 2021 Jan, Feb, Mar&lt;/LI&gt;&lt;LI&gt;Q3 - 20 - 2021 Apr, May, Jun&lt;/LI&gt;&lt;LI&gt;Q4 - 40 - 2021 Jul, Aug Sep&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;How would I get it to calculate the percentage automatically without having any manual effort?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525513#M37765</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525515#M37766</link>
      <description>&lt;P&gt;This is how your data looks like?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 259px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2872i1F6E7B2E77E78DD6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This doesn't look like how the data would be... can you share how the raw data looks like... preferably share few rows of data which we can load into an app to show how it can be done. Without knowing the data, it would be very difficult to guide you in the right direction&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525515#M37766</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T16:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525522#M37769</link>
      <description>&lt;P&gt;The raw data looks like the table below. I truncated many of the columns, but just to give you an idea.&lt;/P&gt;&lt;P&gt;Assume report was pulled 2018-12-14 so Year 1 and Quarter 1.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Person&lt;/TD&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;Certifications&lt;/TD&gt;&lt;TD&gt;Updated Plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monkey&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Zebra&lt;/TD&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dog&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525522#M37769</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T16:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525531#M37771</link>
      <description>So, based on this data... you would see "% with 4+ Certifications"? or something else? and what is the percentage you expect to see 1/3 = 33.33%?</description>
      <pubDate>Wed, 02 Jan 2019 17:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525531#M37771</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T17:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525535#M37773</link>
      <description>&lt;P&gt;The report would look like the table below. Since it is Year 1 Quarter , it is 5+ certifications. If it was Year 1 Quarter 3, it would be 20+ certifications.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;% with 5+ Certifications&lt;/TD&gt;&lt;TD&gt;% with Updated Plans&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time to help me also, I appreciate it.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 17:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525535#M37773</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T17:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525540#M37775</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;PRE&gt;Department&lt;/PRE&gt;&lt;P&gt;Expression 1&lt;/P&gt;&lt;PRE&gt;=Count(DISTINCT If(Certifications &amp;gt; If(Month(Today()) &amp;lt; 4, 5,
	If(Month(Today()) &amp;lt; 7, 10,
    	If(Month(Today()) &amp;lt; 10, 20, 40))), Person))/Count(DISTINCT Person)&lt;/PRE&gt;&lt;P&gt;Label for Expression 1&lt;/P&gt;&lt;PRE&gt;=Count(DISTINCT If(Certifications &amp;gt; If(Month(Today()) &amp;lt; 4, 5,
	If(Month(Today()) &amp;lt; 7, 10,
    	If(Month(Today()) &amp;lt; 10, 20, 40))), Person))/Count(DISTINCT Person)&lt;/PRE&gt;&lt;P&gt;Expression 2&lt;/P&gt;&lt;PRE&gt;=Count(DISTINCT {&amp;lt;[Updated Plan] = {'Yes'}&amp;gt;} Person)/Count(DISTINCT Person)&lt;/PRE&gt;&lt;P&gt;Label for Expression 2&lt;/P&gt;&lt;PRE&gt;% with Updated Plans&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 679px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2877i520BAFEAFAB73A66/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 17:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525540#M37775</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525545#M37776</link>
      <description>&lt;P&gt;So that hard codes the quarters by the month value. However, I am going by fiscal year so the table I posted earlier with the months included in each quarter contains the actual quarters. How would I factor in Year 1 and Year 2 in this also? I was thinking of a similar solution, but I couldn't think of an automated way to capture that for Year 2 and beyond.&lt;/P&gt;&lt;P&gt;Also, the Label 1 expression is the same as the Expression 1. Will that produce the proper label?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525545#M37776</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T18:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525547#M37777</link>
      <description>&lt;P&gt;I am not complete sure I am following all the things you are saying. I am somewhat lost. It would make it much easier if you can share your app so that I can see what you have and what you might be going for. Right now, I am just throwing the balls in the dark.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525547#M37777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-02T18:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525571#M37782</link>
      <description>&lt;P&gt;I have 3 sample data sets and 3 reports for each of those data sets. Key things to keep in mind is that the raw data is pulled monthly and will fall into a certain quarter. It might be better for us to keep a counter of 8 to represent the 8 quarters since it resets after that. I am not sure, but I was hoping for just a way using the date the report was pulled.&lt;/P&gt;&lt;P&gt;Notice the column name changes in the reports to match which year and quarter it is in, or which cycle it is in during that 2 year period. Please refer to the table I created showing the quota for each quarter based on the year.&lt;/P&gt;&lt;P&gt;Y1 Q1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Person&lt;/TD&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;Certifications&lt;/TD&gt;&lt;TD&gt;Updated Plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monkey&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Zebra&lt;/TD&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;7&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dog&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;13&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y2 Q2&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Person&lt;/TD&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;Certifications&lt;/TD&gt;&lt;TD&gt;Updated Plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monkey&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Zebra&lt;/TD&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;30&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dog&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;50&lt;/TD&gt;&lt;TD&gt;No&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Y2 Q4&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Person&lt;/TD&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;Certifications&lt;/TD&gt;&lt;TD&gt;Updated Plan&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Monkey&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;80&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Zebra&lt;/TD&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;100&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dog&lt;/TD&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;79&lt;/TD&gt;&lt;TD&gt;Yes&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report for Y1 Q1&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;% with 5+ Certifications&lt;/TD&gt;&lt;TD&gt;% with Updated Plans&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report for Y2 Q2&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;% with 50+ Certifications&lt;/TD&gt;&lt;TD&gt;% with Updated Plans&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;0%&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Report for Y2 Q4&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Department&lt;/TD&gt;&lt;TD&gt;% with 80+ Certifications&lt;/TD&gt;&lt;TD&gt;% with Updated Plans&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 1&lt;/TD&gt;&lt;TD&gt;50%&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dep 2&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;TD&gt;100%&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this clarifies any confusion. Unfortunately, I can't share the app, but the logic on the sample data will be the same. Please let me know if you need anything else!&lt;/P&gt;&lt;P&gt;Thank you for your patience.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 19:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1525571#M37782</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-02T19:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Quarter Quota Column</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1526606#M37848</link>
      <description>&lt;P&gt;I figured out a solution. If anyone is interested, I have posted it below.&lt;/P&gt;&lt;P&gt;I did everything outside of Qlik Sense. Since I was capturing the date the reports were pulled, I used that to capture the quarter and the year. Since it resets every 2 years, I created a separate table from year 2018-2051 (2018 = 1, 2019 = 2, 2020 = 1, 2021 = 2, etc.). Then, I parsed the date apart and set up an IF statement to determine which quarter, since it is fiscal year and it is different than a calendar year. Lastly, I set up an IF statement to determine which cycle (quarter * year, which ranges from 1 - &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; and to use the proper quota for that quarter (5, 10, 20, 40, 45, 50, 60, and 80).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then within Qlik Sense, I can use the same rules to determine which quarter in the 2 year cycle (quarter * year) and to dynamically name the column and do all the calculations. If anyone would like further clarification, I would be happy to go more in depth!&lt;/P&gt;&lt;P&gt;Thanks for taking the time to reply!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 20:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Quarter-Quota-Column/m-p/1526606#M37848</guid>
      <dc:creator>mskusace</dc:creator>
      <dc:date>2019-01-04T20:23:06Z</dc:date>
    </item>
  </channel>
</rss>

