<?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 Display text in desktop and server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340996#M125975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should work fine.&amp;nbsp; Is the plugin installed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 17:04:30 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-04-09T17:04:30Z</dc:date>
    <item>
      <title>Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340989#M125968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to display the text when the application is opened in Server as "opened in server" or in Desktop as "opened in desktop".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried below macro code it is working in desktop app but not working in server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can anyone suggest any other way by not using macros can we work on this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub WebView&lt;/P&gt;&lt;P&gt;&amp;nbsp; set docprop = ActiveDocument.GetProperties&lt;/P&gt;&lt;P&gt;&amp;nbsp; set v = ActiveDocument.GetVariable("vViewMode")&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(docprop.UseAjaxUI) then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "Web view Mode",true&lt;/P&gt;&lt;P&gt;&amp;nbsp; else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; v.SetContent "Desktop view Mode",true&lt;/P&gt;&lt;P&gt;&amp;nbsp; end if&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 07:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340989#M125968</guid>
      <dc:creator />
      <dc:date>2012-04-06T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340990#M125969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ClientPlatform()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 08:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340990#M125969</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-06T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340991#M125970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jason, thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didn't get what is client platform ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think that you are asking about the below details :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;using Server version and Ajax Zero Foot Print.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am wrong please correct me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 09:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340991#M125970</guid>
      <dc:creator />
      <dc:date>2012-04-06T09:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340992#M125971</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;It is working if we provide below expression in textobject. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(ClientPlatform())&amp;gt;0,'Web Mode','Desktop Mode')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 13:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340992#M125971</guid>
      <dc:creator />
      <dc:date>2012-04-06T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340993#M125972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was what I was pointing to. Glad you put it into a working expression. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 15:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340993#M125972</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-06T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340994#M125973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks jason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After looking in your previous post i.e; ClientPlatform , i tried in different ways then i got final best solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2012 15:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340994#M125973</guid>
      <dc:creator />
      <dc:date>2012-04-06T15:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340995#M125974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why ClientPlatform() function is not working Internet Explorer ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any steps to follow when working in IE browser ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 16:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340995#M125974</guid>
      <dc:creator />
      <dc:date>2012-04-09T16:00:42Z</dc:date>
    </item>
    <item>
      <title>Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340996#M125975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should work fine.&amp;nbsp; Is the plugin installed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 17:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340996#M125975</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-09T17:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340997#M125976</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;Yes i had installed IE plugin, but not able to see the function ClientPlatform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 07:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340997#M125976</guid>
      <dc:creator />
      <dc:date>2012-04-10T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340998#M125977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean "not able to see it"? Are you trying to add it in to an object using the web viewer? It's probably only available for use in the desktop client (but will present results in the web)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 07:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340998#M125977</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-10T07:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display text in desktop and server</title>
      <link>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340999#M125978</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;In my current "Desktop" app, taken new textobject in that written expression as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(ClientPlatform())&amp;gt;0,'Web','Desktop')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and saves application. And places this app in the server path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.) In Desktop app shows result empty(null).&lt;/P&gt;&lt;P&gt;2.) In Chrome shows "browser.chrome"&lt;/P&gt;&lt;P&gt;3.) In Internet Explorer shows result empty(null).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you got clearly what i had done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 08:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-text-in-desktop-and-server/m-p/340999#M125978</guid>
      <dc:creator />
      <dc:date>2012-04-10T08:10:53Z</dc:date>
    </item>
  </channel>
</rss>

