<?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 Dynamic Fuctionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716148#M1074814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am farely new to QlikView. I am tasked to add a functionality to allow an Admin user to be able to change a certain value at one place and it must filter dynamically throughout the document. Changing the value must be restricted to 2 times a year. How can I go about to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2014 10:55:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-05T10:55:13Z</dc:date>
    <item>
      <title>Dynamic Fuctionality</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716148#M1074814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am farely new to QlikView. I am tasked to add a functionality to allow an Admin user to be able to change a certain value at one place and it must filter dynamically throughout the document. Changing the value must be restricted to 2 times a year. How can I go about to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:55:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716148#M1074814</guid>
      <dc:creator />
      <dc:date>2014-08-05T10:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Fuctionality</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716149#M1074815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tumelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess u need to use variables here and use those variables while doing calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;eg: Let:Calculates the expression assigned to it and sets the expression result to the variable.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set: Assigns the value(or expression which is after the equal sign) as it is without compute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Example:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set vVar=2+3; //vVar has the expression 2+3 as value we have to compute it using $(vVar) which returns 5&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let vVar=2+3;//vVar has the computed value 5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 10:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716149#M1074815</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-08-05T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Fuctionality</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716150#M1074816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more question though, how would I assign the value that is entered manually by the ADMIN User to a varable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:04:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716150#M1074816</guid>
      <dc:creator />
      <dc:date>2014-08-05T11:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Fuctionality</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716151#M1074817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tumelo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use input box and after creating variable assign it to input box and use same variable in chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716151#M1074817</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2014-08-05T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Fuctionality</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716152#M1074818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of variables alone is not going to help as setting the variable values on the front-end will only be set for that user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other options.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Same 'variables' approach, but set the variable in the development copy of the app and then redeploy to publish the change.&lt;/LI&gt;&lt;LI&gt;Have the admin settings held in an external database/spreadsheet that are read into the QlikView app every reload.&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716152#M1074818</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-08-05T11:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Fuctionality</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716153#M1074819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much guys. Very helpful indeed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 11:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Fuctionality/m-p/716153#M1074819</guid>
      <dc:creator />
      <dc:date>2014-08-05T11:53:16Z</dc:date>
    </item>
  </channel>
</rss>

