<?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 What if Analysis in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654506#M48908</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how do I make sure that these are the variables to display based on the Division Selected.&lt;/P&gt;&lt;P&gt;I mean how do we connect the dots here as variables are standalone objects and cannot be linked so selection on the Front end will not ensure that desired set of variables must be made visible..&lt;/P&gt;&lt;P&gt;Hope I have explained well, if not please let me know&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2019 10:47:08 GMT</pubDate>
    <dc:creator>anushree1</dc:creator>
    <dc:date>2019-12-05T10:47:08Z</dc:date>
    <item>
      <title>Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1652831#M48754</link>
      <description>&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;I want to get the what if analysis with dynamic number of variables based on user input and selection.&lt;/P&gt;&lt;P&gt;So in the attached Excel there are 2 Divisions A and B&lt;/P&gt;&lt;P&gt;If A is Selected the user must be shown its corresponding variables abc,def, ghi along with a input box so that they may enter any %value&lt;/P&gt;&lt;P&gt;So if User has entered 2% and 3% in def and ghi , then I must show a chart like below&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; 100(Value in sheet2)*1(as no value is entered by user in the input box for abc)*0.2*0.3&lt;/P&gt;&lt;P&gt;Similarly if user Selects B , user must be shown its corresponding values def,ghi, mno,pqr&amp;nbsp;along with a input box so that they may enter any %value&lt;/P&gt;&lt;P&gt;Now if user enters 2% and 5% for mno and pqr , then chart must have values like below:&lt;/P&gt;&lt;P&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp;200(Value in Sheet2)*1*1*0.2*0.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide me on how to get this in Qlik Sense&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2019 08:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1652831#M48754</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-11-30T08:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1652948#M48758</link>
      <description>&lt;P&gt;Any suggestions?&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28684"&gt;@kaushiknsolanki&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 07:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1652948#M48758</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-12-02T07:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1652967#M48760</link>
      <description>&lt;P&gt;Try expressions like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SUM({&amp;lt;Item = {'A'}&amp;gt;}Sales)* alt(num('$(abc)'),1) * alt(num('$(def)'),1) *alt(num('$(ghi)'),1)&lt;/LI-CODE&gt;&lt;P&gt;(See attached qvf)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 08:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1652967#M48760</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-12-02T08:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1653036#M48769</link>
      <description>&lt;P&gt;Thanks for the response&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what I need is that when division A is selected, user must see 3 input boxes to fill in the values for abc,def and ghi&lt;/P&gt;&lt;P&gt;Similarly if Division B is selected user should see 4 input boxes to fill in values for def,ghi,mno and pqr&lt;/P&gt;&lt;P&gt;But, in the attched qvf all the variables are set in backend and is not user input driven , also no matter what the selection is I am able to see all the variables abc,def,ghi,mno,pqr.&lt;/P&gt;&lt;P&gt;Hope I have explained clearly if not please let me know.&lt;/P&gt;&lt;P&gt;Also , I liked the way you have used the combination of alt and num to get 1 as value in case nothing is assigned to the variable.&lt;/P&gt;&lt;P&gt;Can you please explain the logic of using alt and num , I am not very clear on how its working, I tried using alt($(abc),1), but it throws error if abc variable value is not defined&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 10:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1653036#M48769</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-12-02T10:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1653090#M48777</link>
      <description>&lt;P&gt;I guess what you are asking for is the ability to show/hide objects based on selection. Based on my understanding, show/hide is not available in Qlik Sense by default, but you might be able to use an extension to do this. I have not tested this, but look at this thread -&amp;gt;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Can-Show-Hide-is-possible-in-qliksense/td-p/2379" target="_blank" rel="noopener"&gt;Can Show/Hide is possible in qliksense?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2019 12:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1653090#M48777</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-02T12:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654506#M48908</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how do I make sure that these are the variables to display based on the Division Selected.&lt;/P&gt;&lt;P&gt;I mean how do we connect the dots here as variables are standalone objects and cannot be linked so selection on the Front end will not ensure that desired set of variables must be made visible..&lt;/P&gt;&lt;P&gt;Hope I have explained well, if not please let me know&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 10:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654506#M48908</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-12-05T10:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654735#M48933</link>
      <description>&lt;P&gt;I am not sure I follow, but I feel like it can be easily done based on Get functions in Qlik....&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 18:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654735#M48933</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-12-05T18:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic What if Analysis in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654914#M48942</link>
      <description>&lt;P&gt;Thanks for the response&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Few issues that I happened to encounter are:&lt;/P&gt;&lt;P&gt;There is no provision to write any functions on the Variable extension(it only has a provision to choose a variable from the drop down list) ,&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;so writing something like if(getfielselections(Div)='A',v_abc) would not be possible(Hope you were referring to the same)&lt;/P&gt;&lt;P&gt;Also, wiriting a If loop might be very tedious in case we have 15 Divisions and 40 Variables in the long run ,&amp;nbsp; also as it wont be dynamic any change in the data will not be accomodated.&lt;/P&gt;&lt;P&gt;Is there anything that you can suggest here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 10:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-What-if-Analysis-in-Qlik-Sense/m-p/1654914#M48942</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-12-06T10:09:30Z</dc:date>
    </item>
  </channel>
</rss>

