<?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: Trouble charting data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719280#M541381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any suggestions? I cannot get this to chart by just 1 dimension. Only when I have both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would this indicate? If this is a newbie question, I apologize. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 17:50:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-25T17:50:03Z</dc:date>
    <item>
      <title>Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719272#M541373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a beginner to Qlik and I'm working on my first big dashboard project. I am creating a Productivity Variance dashboard for our finance /production teams.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They have asked for a series of graphs but also want the straight table data underneath to allow them to analyze the raw data they have drilled down on. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The specific problem I am having is that they would like to be able to chart the overall variance hours (std production hours vs. actual production hours) by Qtr, Month, Week, Customer, Part #, and any combination of these. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I go about doing this? I started out by creating individual charts and then grouping them in containers - but I get the problem that some of the charts say "No data to display"&amp;nbsp; until I've drilled down to a certain level (say to a specific customer &amp;amp; part number). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression to gather this metric is fairly complex, and I'm wondering if that is my problem? In order to gather what I need, I have to do math against actual transacted qtys against the costs for the part, and then against the actual process hours reported for that workorder. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((((If(Isnull(LABOR_LESS_SUBASSY_COST),LABORCOST,LABOR_LESS_SUBASSY_COST)/9.46)*60)) * Sum(TRANS_QUAN))-(((SUM(PROCESS_HOURS) * 60) / (SUM(TRANS_QUAN)))* Sum(TRANS_QUAN)))/60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any and all help - and will gladly provide any more detail that is needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719272#M541373</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T13:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719273#M541374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would it be possible to have a set of data and an example of graphs you need ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719273#M541374</guid>
      <dc:creator />
      <dc:date>2014-06-20T13:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719274#M541375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am loading 4 primary tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Transactions - Has all the transactional data for work orders&lt;/LI&gt;&lt;LI&gt;Costs - Has all the labor costs for parts&lt;/LI&gt;&lt;LI&gt;Labor Hours - Has the labor hours reported for a work order&lt;/LI&gt;&lt;LI&gt;Customer - Has the customer name linked to the part number&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions.Part_ID -&amp;gt; Costs.Part_ID&lt;/P&gt;&lt;P&gt;Transactions.Workorder_ID -&amp;gt; Labor Hours.WorkOrder_ID&lt;/P&gt;&lt;P&gt;Transactions.Part_ID -&amp;gt; Customer.Part_ID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to calculate my standard labor minutes for a part, I have to perform math against the cost. We're only trying to capture the productivity at the top level, so if the part has a sub-assembly I need to use the labor cost less the subassembly. If the part does not have a sub assembly I use just its labor cost. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula I am using looks like this for that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(isnull(laborcost_lesssubassembly),laborcost,laborcost_lesssubassembly))/$9.46)*60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This formula should give me the calculated labor std minute for a part based on its labor cost (the 9.46 is a standard labor dollar amount that I made up for this sample)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in order to calculate the actual labor hours spend on a part, I need to summarize the transactions and labor hours for the work order/part and then multiply them by each other to get the actual reported time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actual labor minutes: Sum(Transactions.Trans_Qty) * Sum(Labor Hours.Process_Hrs)*60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference back in hours: (If(isnull(laborcost_lesssubassembly),laborcost,laborcost_lesssubassembly))/$9.46)*60) - (Sum(Transactions.Trans_Qty) * Sum(Labor Hours.Process_Hrs)*60) / 60 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now - I need this data (the difference) to be bar charted by Qtr, Month, Week, Customer, Part, Customer/Part. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this help you? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 13:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719274#M541375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719275#M541376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to answer your first question "No data to display"&lt;/P&gt;&lt;P&gt;change in your formula 9.46 by 9,46&amp;nbsp; comma instead of dot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719275#M541376</guid>
      <dc:creator />
      <dc:date>2014-06-20T14:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719276#M541377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get Month, Week, quater, year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction:&lt;/P&gt;&lt;P&gt;LOAD Part_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Part_No, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revision, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WorkOrder_ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trans_Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year(Trans_Date)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Trans_Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month(Trans_Date) as Trans_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ceil(num(Month(Trans_Date))/3)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Trans_quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; week(Trans_Date)&amp;nbsp;&amp;nbsp;&amp;nbsp; as Trans_Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trans_Qty, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LotNo&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;SampleData.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Transactions); &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719276#M541377</guid>
      <dc:creator />
      <dc:date>2014-06-20T14:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719277#M541378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi christianj --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no trouble loading the data, and it seems to come together fine. &lt;/P&gt;&lt;P&gt;The trouble I am having is getting the data to chart correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because I have to first summarize all the transactions for a given workorder/part id/rev - it's not calculating my labor times it seems? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719277#M541378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T14:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719278#M541379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example - I can create the chart when I include Workorder_ID, Part, and Customer as dimensions. But when I try to summarize down to just customer or a date, "No data to display"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Working:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;IMG alt="working.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60924_working.png" style="width: 620px; height: 230px;" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Not working:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="notworking.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60925_notworking.PNG.png" style="width: 620px; height: 298px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 14:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719278#M541379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T14:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719279#M541380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found that if I narrow down my selection to a customer and a part, the "customer" variance graphs. But until I drill down to that point, it's "No data to display"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719279#M541380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-20T15:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble charting data</title>
      <link>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719280#M541381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any suggestions? I cannot get this to chart by just 1 dimension. Only when I have both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would this indicate? If this is a newbie question, I apologize. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 17:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trouble-charting-data/m-p/719280#M541381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-25T17:50:03Z</dc:date>
    </item>
  </channel>
</rss>

