<?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 What If Scenario in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171496#M41479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dayna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attach application is the combination of above discussion. Click on the whatifQty expression to change the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Mar 2011 15:47:49 GMT</pubDate>
    <dc:creator>deepakk</dc:creator>
    <dc:date>2011-03-21T15:47:49Z</dc:date>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171491#M41474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone..&lt;/P&gt;&lt;P&gt;I haven't got any data to test this on yet, so unfortunately I cannot upload an example. I am planning on creating a what if scenario, but rather than if the price is higher, etc, it's based on 'What If we don't do something', so if we planned to NOT create a work order, what effect would this have on our stock levels, etc..&lt;/P&gt;&lt;P&gt;Say we have a field called stock, and a field for Work Order called WO_ID, and the WO_ID has a field related to how much stock it would used called WO_Stock. Could you advise as to how best to achieve this scenario?&lt;/P&gt;&lt;P&gt;Many thanks for your help!&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 11:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171491#M41474</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2011-03-21T11:46:18Z</dc:date>
    </item>
    <item>
      <title>SV:What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171492#M41475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you need to give a more specific example for with the information given why don't you just don't subtract the stock used by the work order from the total stock? Or if it is implicitely done in the data already adding it?&lt;/P&gt;&lt;P&gt;/Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 14:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171492#M41475</guid>
      <dc:creator />
      <dc:date>2011-03-21T14:04:27Z</dc:date>
    </item>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171493#M41476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd suggest adding an INPUTFIELD "Include/Exclude" and associate it with the WO.The field (like a "flag" field" would get 1 for included orders and 0 for excluded orders. Let the users enter 0 or 1 for each Order.&lt;/P&gt;&lt;P&gt;Then, in all calculations, you can multiply certain values by the flag, or use it in Set Analysis, to only included those orders that are marked with 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 14:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171493#M41476</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-21T14:42:29Z</dc:date>
    </item>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171494#M41477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Many thanks for your reply! I'm quite a novice when it comes to InputFields, do you have an example where I can associate it with a field?&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;BR /&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171494#M41477</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2011-03-21T15:35:59Z</dc:date>
    </item>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171495#M41478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's actually very simple - you declare the field to be an INPUTFIELD and then load it as a part of your usual load. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;INPUTFIELD OrderIncluded;&lt;BR /&gt;&lt;BR /&gt;LOAD DISTINCT&lt;BR /&gt; OrderNumber,&lt;BR /&gt; 1 as OrderIncluded&lt;BR /&gt;RESIDENT&lt;BR /&gt; Orders&lt;BR /&gt;;&lt;BR /&gt;[\code]&amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171495#M41478</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-03-21T15:47:19Z</dc:date>
    </item>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171496#M41479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dayna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attach application is the combination of above discussion. Click on the whatifQty expression to change the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171496#M41479</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-21T15:47:49Z</dc:date>
    </item>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171497#M41480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Both,&lt;/P&gt;&lt;P&gt;Many thanks for your help! I'm sure that'll do the job!!&lt;/P&gt;&lt;P&gt;On a different note Deepak, how did you create the custom style on your Pivot Table? I was trying to do that the other day! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Dayna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Mar 2011 15:55:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171497#M41480</guid>
      <dc:creator>Dayna</dc:creator>
      <dc:date>2011-03-21T15:55:52Z</dc:date>
    </item>
    <item>
      <title>What If Scenario</title>
      <link>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171498#M41481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dayna,&lt;/P&gt;&lt;P&gt;Press Ctrl +G , it will enable design grid or in Design tab there is a design Grid button, click on it.&lt;/P&gt;&lt;P&gt;Right click on the pivot table --&amp;gt; Custom Format Cell. Then click on any rwo to change the colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 03:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-If-Scenario/m-p/171498#M41481</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-22T03:41:46Z</dc:date>
    </item>
  </channel>
</rss>

