<?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 Trying to create an expression in a pivot table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2972#M223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently have 4 Shipping periods: 0-24 hours, 24-48 hours, 48-72 hours, and 72+hours. I want to focus on the 72+. Some orders are usually done way ahead of shipment. So that means they are put under the 72+ hours category but technically they are not carryover orders and don't need to be labeled as orders that haven't been shipped yet. How can I distinguish the difference between these orders and orders that are actually "delayed" or "late" for shipment? I have a Ship By Date field that tells me when the order is supposed to go out. But how do I go about this? The CarryOver Dimension is currently calculated like this &lt;/P&gt;&lt;P&gt;=if([CarryOver Days]&amp;lt;1,'0-24 hours',&lt;/P&gt;&lt;P&gt;if([CarryOver Days]=1,'24-48 hours',&lt;/P&gt;&lt;P&gt;if([CarryOver Days]=2,'48-72 hours',&lt;/P&gt;&lt;P&gt;if([CarryOver Days]&amp;gt;2,'72+ hours'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Ship by date is an actual date field. If an order has a Ship By Date that means it technically is not a CarryOver order. This will help the mangers in the warehouse to see what is truly is a delayed shipment and what orders does not need to be shipped out till a later date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2018 16:10:21 GMT</pubDate>
    <dc:creator>neena123</dc:creator>
    <dc:date>2018-01-18T16:10:21Z</dc:date>
    <item>
      <title>Trying to create an expression in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2972#M223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently have 4 Shipping periods: 0-24 hours, 24-48 hours, 48-72 hours, and 72+hours. I want to focus on the 72+. Some orders are usually done way ahead of shipment. So that means they are put under the 72+ hours category but technically they are not carryover orders and don't need to be labeled as orders that haven't been shipped yet. How can I distinguish the difference between these orders and orders that are actually "delayed" or "late" for shipment? I have a Ship By Date field that tells me when the order is supposed to go out. But how do I go about this? The CarryOver Dimension is currently calculated like this &lt;/P&gt;&lt;P&gt;=if([CarryOver Days]&amp;lt;1,'0-24 hours',&lt;/P&gt;&lt;P&gt;if([CarryOver Days]=1,'24-48 hours',&lt;/P&gt;&lt;P&gt;if([CarryOver Days]=2,'48-72 hours',&lt;/P&gt;&lt;P&gt;if([CarryOver Days]&amp;gt;2,'72+ hours'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Ship by date is an actual date field. If an order has a Ship By Date that means it technically is not a CarryOver order. This will help the mangers in the warehouse to see what is truly is a delayed shipment and what orders does not need to be shipped out till a later date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2018 16:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2972#M223</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2018-01-18T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create an expression in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2973#M224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May be this if not please proved a few more details .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;i am assuming [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Ship By Date] as the field name &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;if(len(trim([&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Ship By Date]))=0,'delayed',&lt;/SPAN&gt; &lt;/SPAN&gt;if([CarryOver Days]&amp;lt;1,'0-24 hours',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if([CarryOver Days]=1,'24-48 hours',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if([CarryOver Days]=2,'48-72 hours',&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if([CarryOver Days]&amp;gt;2,'72+ hours')))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 08:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2973#M224</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-23T08:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create an expression in a pivot table.</title>
      <link>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2974#M225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You! That worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 14:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Trying-to-create-an-expression-in-a-pivot-table/m-p/2974#M225</guid>
      <dc:creator>neena123</dc:creator>
      <dc:date>2018-01-23T14:54:23Z</dc:date>
    </item>
  </channel>
</rss>

