<?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 Flags Tutorial in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Flags-Tutorial/m-p/916033#M529345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. I've been struggling with one requirement for about 2 months now and when I thought I had a solution, the data on the back end didn't look right. I've received pieces of helpful info from a few people but I haven't been able to pull it all together and I am about to give up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using a&lt;A _jive_internal="true" href="https://community.qlik.com/thread/51080"&gt; post regarding flags &lt;/A&gt;but it didn't work for me. I think I need a better understanding of how to load the data first as I don't think simply adding '&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag &lt;/SPAN&gt;' works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data, I have a an APP table with fields called ALLOC_HRS, ACT_HRS and TASK_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a DM_TASK table with fields called TASK_ID and TASK_IS_PTO flag with a possible result of 'Y' or 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to display a combo bar chart with FTE (full time equivalent) ALLOC_HRS in one bar compared to FTE ACT_HRS but the TASK_IS_PTO time need to be called out separately on the second bar. Also, the ALLOC bar should be before the ACT bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTE is calculated by using the following denominator: &lt;STRONG&gt;sum( aggr(max(MONTH_CAP),FISCAL_MONTH_YEAR, FLAG_PTO))&lt;/STRONG&gt;&lt;BR /&gt; &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First, am I loading the Flag right or do I need to add something in my script? It doesn't apply to ALLOC_HRS but I am getting a null Flag for those values.&lt;/LI&gt;&lt;LI&gt;What about the Flag as the Dimension?&lt;/LI&gt;&lt;LI&gt;Why does the graph work with hours but not when I have the FTE denominator?&lt;/LI&gt;&lt;LI&gt;How can I get Alloc to show before Actuals? (I tried to make the dimension alt(FLAG_IS_PTO,0) but that did not work.&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you all for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cassandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 20:32:44 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2015-08-07T20:32:44Z</dc:date>
    <item>
      <title>Flags Tutorial</title>
      <link>https://community.qlik.com/t5/QlikView/Flags-Tutorial/m-p/916033#M529345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all. I've been struggling with one requirement for about 2 months now and when I thought I had a solution, the data on the back end didn't look right. I've received pieces of helpful info from a few people but I haven't been able to pull it all together and I am about to give up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried using a&lt;A _jive_internal="true" href="https://community.qlik.com/thread/51080"&gt; post regarding flags &lt;/A&gt;but it didn't work for me. I think I need a better understanding of how to load the data first as I don't think simply adding '&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; 1 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Flag &lt;/SPAN&gt;' works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data, I have a an APP table with fields called ALLOC_HRS, ACT_HRS and TASK_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a DM_TASK table with fields called TASK_ID and TASK_IS_PTO flag with a possible result of 'Y' or 'N'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to display a combo bar chart with FTE (full time equivalent) ALLOC_HRS in one bar compared to FTE ACT_HRS but the TASK_IS_PTO time need to be called out separately on the second bar. Also, the ALLOC bar should be before the ACT bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTE is calculated by using the following denominator: &lt;STRONG&gt;sum( aggr(max(MONTH_CAP),FISCAL_MONTH_YEAR, FLAG_PTO))&lt;/STRONG&gt;&lt;BR /&gt; &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First, am I loading the Flag right or do I need to add something in my script? It doesn't apply to ALLOC_HRS but I am getting a null Flag for those values.&lt;/LI&gt;&lt;LI&gt;What about the Flag as the Dimension?&lt;/LI&gt;&lt;LI&gt;Why does the graph work with hours but not when I have the FTE denominator?&lt;/LI&gt;&lt;LI&gt;How can I get Alloc to show before Actuals? (I tried to make the dimension alt(FLAG_IS_PTO,0) but that did not work.&lt;BR /&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thank you all for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cassandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 20:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flags-Tutorial/m-p/916033#M529345</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2015-08-07T20:32:44Z</dc:date>
    </item>
  </channel>
</rss>

