<?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: Conditioned Opening QV Document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664880#M542129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable&lt;STRONG&gt; v_MgmtModus_App&lt;/STRONG&gt; is so defined:&lt;/P&gt;&lt;P&gt;if ($(TDPRFX)= 'D_', E2E-Prozess-KPI Vorabversion.qvw, E2E-Prozess-KPI Dashboard.qvw )&lt;/P&gt;&lt;P&gt;(pay attention to TDPRFX variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text object contains following in Actions-&amp;gt;Document field&lt;/P&gt;&lt;P&gt;=$(v_MgmtModus_App)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is NOT functioning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, when I enter following&amp;nbsp; =$(v_MgmtModus_App)&amp;nbsp; in the text field of a text object, I get the right output -&amp;gt; E2E-Prozess-KPI Dashboard.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the problem is like before -&amp;gt; seems as if in Actions-&amp;gt;Document filed of a text document it is NOT POSSIBLE to use QV statements.&lt;/P&gt;&lt;P&gt;It seems as if QV expects ONLY the document name.&lt;/P&gt;&lt;P&gt;Can somebody confirm that? And if that is true, is there any way to go around that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2014 15:20:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-26T15:20:47Z</dc:date>
    <item>
      <title>Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664875#M542124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The application I am working on has two versions - dev and prod versions.&lt;/P&gt;&lt;P&gt;Each version has a text object,which when clicked opens another qlikview document.&lt;/P&gt;&lt;P&gt;However, applications should open different documents depending weather they are located in production id in development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem - when I edit the text object setting and try to edit actions -&amp;gt; it seems it is not allowed to use QV programming language and to write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (flag='DEV', DEV_app, PROD_App)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems I can only type the name of the QV Document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me configure this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664875#M542124</guid>
      <dc:creator />
      <dc:date>2014-06-26T14:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664876#M542125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a variable "vApp" with your if expression. Then, in the action, use "='$(vApp)'"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:02:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664876#M542125</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2014-06-26T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664877#M542126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how should I define it- with or without comma?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;either&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;if (flag='DEV', DEV_app, PROD_App)&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: 12.800000190734863px;"&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: 12.800000190734863px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if (flag='DEV', 'DEV_app', 'PROD_App')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;thx&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:05:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664877#M542126</guid>
      <dc:creator />
      <dc:date>2014-06-26T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664878#M542127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it should open the document automatically and you do not have to define an environment for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to specify the document name and make sure that the document is available on PROD Access Point as well as DEV Access Point.&lt;/P&gt;&lt;P&gt;as long as the documents are under User Document irrespective of environment it can be accessed from Access Point. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664878#M542127</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2014-06-26T15:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664879#M542128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It opens them already&lt;/P&gt;&lt;P&gt;But when I deploy my application from dev-&amp;gt;prod I think dev version will overwrite the prod version, and then prodversion will open the app from dev version...&lt;/P&gt;&lt;P&gt;Right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664879#M542128</guid>
      <dc:creator />
      <dc:date>2014-06-26T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664880#M542129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable&lt;STRONG&gt; v_MgmtModus_App&lt;/STRONG&gt; is so defined:&lt;/P&gt;&lt;P&gt;if ($(TDPRFX)= 'D_', E2E-Prozess-KPI Vorabversion.qvw, E2E-Prozess-KPI Dashboard.qvw )&lt;/P&gt;&lt;P&gt;(pay attention to TDPRFX variable)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text object contains following in Actions-&amp;gt;Document field&lt;/P&gt;&lt;P&gt;=$(v_MgmtModus_App)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is NOT functioning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, when I enter following&amp;nbsp; =$(v_MgmtModus_App)&amp;nbsp; in the text field of a text object, I get the right output -&amp;gt; E2E-Prozess-KPI Dashboard.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the problem is like before -&amp;gt; seems as if in Actions-&amp;gt;Document filed of a text document it is NOT POSSIBLE to use QV statements.&lt;/P&gt;&lt;P&gt;It seems as if QV expects ONLY the document name.&lt;/P&gt;&lt;P&gt;Can somebody confirm that? And if that is true, is there any way to go around that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664880#M542129</guid>
      <dc:creator />
      <dc:date>2014-06-26T15:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664881#M542130</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;For the variable's expression, use the 2nd option, enclosing the qvws name in sigle quotes:&amp;nbsp; =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if ($(TDPRFX)= 'D_', 'E2E-Prozess-KPI Vorabversion.qvw', 'E2E-Prozess-KPI Dashboard.qvw')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the action, it is important to enclose the dollar-sign expansion in single quotes, and with the equal sign at the beginning:&amp;nbsp; ='$(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;v_MgmtModus_App&lt;/STRONG&gt;&lt;/SPAN&gt;)'&amp;nbsp;&amp;nbsp; . If you try a different syntax, it will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is supposed to work, I tested it! If it is not working, pay attention to the syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664881#M542130</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2014-06-27T12:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664882#M542131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your suggestion seems more elegant than the one I implemeted - I created a copy of a text box object and paasted it over the original text box object. then i edited the show on condition filed to show the corresponding object depending on weather the object is in production or in dev environment.&lt;/P&gt;&lt;P&gt;Problem is - now I can't find this invisible object. Can you please advise me on how to find it so i can try to implement your approach? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 12:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664882#M542131</guid>
      <dc:creator />
      <dc:date>2014-06-27T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664883#M542132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the option in Document Properties &amp;gt; Security &amp;gt; Show All Sheets and Objects. It will also show the hidden sheets and objects. There is a shortcut key to enable/disable that: Ctrl+Shift+S.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 14:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664883#M542132</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2014-06-27T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664884#M542133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx for the instructions.&lt;/P&gt;&lt;P&gt;However, I am still getting the same error: Can't open document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the screenshot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="to.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61443_to.png" style="width: 620px; height: 244px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="var.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/61444_var.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 14:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664884#M542133</guid>
      <dc:creator />
      <dc:date>2014-06-30T14:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664885#M542134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess that the variable's expression has an error. Try enclosing the dollar-sign expansion of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;TDPRFX with single quotes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if ('$(TDPRFX)'= 'D_', 'E2E-Prozess-KPI Vorabversion.qvw', 'E2E-Prozess-KPI Dashboard.qvw')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 16:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664885#M542134</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2014-06-30T16:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditioned Opening QV Document</title>
      <link>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664886#M542136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fernando!&lt;/P&gt;&lt;P&gt;Following combination worked:&lt;/P&gt;&lt;P&gt;Variable definition: =if ('$(TDPRFX)'= 'D_', 'E2E-Prozess-KPI Vorabversion.qvw', 'E2E-Prozess-KPI Dashboard.qvw')&lt;/P&gt;&lt;P&gt;Action definition: ='$(v_MgmtModus_App)'&lt;/P&gt;&lt;P&gt;I had to add equal sign (=) in action definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your suggestions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 08:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditioned-Opening-QV-Document/m-p/664886#M542136</guid>
      <dc:creator />
      <dc:date>2014-07-08T08:51:59Z</dc:date>
    </item>
  </channel>
</rss>

