<?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: How to display value of variables? in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720762#M34026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir Gandalf &amp;amp; Sir Bohua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sharing this with the rest of us. I was wondering where the "Variable Overview" in QlikSense &amp;amp; this thread helps answer my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 21:50:57 GMT</pubDate>
    <dc:creator>awqvuserneo</dc:creator>
    <dc:date>2014-10-29T21:50:57Z</dc:date>
    <item>
      <title>How to display value of variables?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720757#M34021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to display the value of variables in a Sense app, like it is in QlikView apps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is, how is it done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is not, is it planned for a coming release?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 09:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720757#M34021</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-10-29T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to display value of variables?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720758#M34022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sir Gandalf the gray, &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you will be able to use dollar expansion to show variables defined in load scripts. For instance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have a definition in script: set vBar = 100;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can simply use this variable in any expression by: $(vBar)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, a runtime/system level variable like QlikView is not available yet in 1.0 release. It's on the roadmap of future releases. But exactly in which release, it's not decided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 10:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720758#M34022</guid>
      <dc:creator />
      <dc:date>2014-10-29T10:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to display value of variables?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720759#M34023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bohua&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I specifically wanted to do was to display variables (along with text) in a textbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that was not as straightforward as in QlikView where you just type, eg&amp;nbsp; &lt;EM&gt;=ScriptErrorCount&lt;/EM&gt; or &lt;EM&gt;='Errors: '&amp;amp;ScriptErrorCount&lt;/EM&gt; into the text objects Text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;In QlikView:&lt;/H3&gt;&lt;P&gt;&lt;IMG alt="QV variables in Textbox.PNG.png" class="jive-image" src="/legacyfs/online/69980_QV variables in Textbox.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found this out now, and will explain here for the benefit of others&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;In Sense:&lt;/H3&gt;&lt;P&gt;The text needs to be added as a "measure".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a newly added Text &amp;amp; Image object in Sense.&lt;/P&gt;&lt;P&gt;Even if it looks like it below, you can't click on the + below to add a "measure".&lt;/P&gt;&lt;P&gt;If you click on the + you can only add static text.&lt;/P&gt;&lt;P&gt;To add a "measure" click the "Add measure" button in the right pane:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sense add measure in textbox step 1.PNG.png" class="jive-image" src="/legacyfs/online/69983_sense add measure in textbox step 1.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next &lt;STRONG&gt;click on the &lt;EM style="font-size: 12pt;"&gt;fx&lt;/EM&gt; symbol&lt;/STRONG&gt;. This is important, you can't just start typing &lt;EM&gt;=ScriptErrorCount&lt;/EM&gt; or something like that.&lt;SPAN style="font-size: 10pt;"&gt; If you do that it will end up being hardcoded text.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="sense add measure in textbox step 2.PNG.png" class="jive-image" src="/legacyfs/online/69984_sense add measure in textbox step 2.PNG.png" style="width: 620px; height: 352px;" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Now you finally come to the "Add expression" box which seems to be the equivalent of the old QlikView text object text box...&lt;/P&gt;&lt;P&gt;And here the Sense behaviour is the same as old QlikView:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sense add measure in textbox step 3.PNG.png" class="jive-image" src="/legacyfs/online/69985_sense add measure in textbox step 3.PNG.png" style="width: 620px; height: 364px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;In Sense you can also add several "measures" per Text &amp;amp; image object, and format them differently (font-size, color etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps someone else!&lt;/P&gt;&lt;P&gt;/gg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720759#M34023</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-10-29T13:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to display value of variables?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720760#M34024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir,&lt;/P&gt;&lt;P&gt;I see your point, glad that you found solution yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a different design and idea in Qlik Sense, variables are presented as 'tokens' in Text&amp;amp;Image Visualizations. What I mentioned for not available yet (but in future vision) is something like Variable Overview in OverQlikView:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69972" alt="2014-10-29 14_41_05-Variable Overview.png" class="jive-image" src="/legacyfs/online/69972_2014-10-29 14_41_05-Variable Overview.png" /&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; font-size: 12.8000001907349px;"&gt;Please mark the discussion as answered if no more questions so that people can recognize this post from icon.&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.8000001907349px;"&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.8000001907349px;"&gt;Thanks,&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.8000001907349px;"&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.8000001907349px;"&gt;Bohua&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720760#M34024</guid>
      <dc:creator />
      <dc:date>2014-10-29T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display value of variables?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720761#M34025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I understand, the variable overview seems to be missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also saw that you can create and save different kinds of "measures" (also my type of text+variable "measure") as Master Items in the left pane, before you create your text object, and then simply select it when you edit your text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720761#M34025</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2014-10-29T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to display value of variables?</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720762#M34026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir Gandalf &amp;amp; Sir Bohua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for sharing this with the rest of us. I was wondering where the "Variable Overview" in QlikSense &amp;amp; this thread helps answer my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 21:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/How-to-display-value-of-variables/m-p/720762#M34026</guid>
      <dc:creator>awqvuserneo</dc:creator>
      <dc:date>2014-10-29T21:50:57Z</dc:date>
    </item>
  </channel>
</rss>

