<?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: Want to show some text and image simultaneously in TextBox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694859#M1056003</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a very ugly web site, but with very useful information for this kind of solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.alanwood.net/unicode/geometric_shapes.html"&gt;http://www.alanwood.net/unicode/geometric_shapes.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another favourite of mine is using just a colored CHR(9679) to highlight a warning with a red circle, an alert with an orange circle etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 14:47:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-09T14:47:32Z</dc:date>
    <item>
      <title>Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694852#M1055996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new to Qlikview and trying to use Text Box and want to show some text and image in tha text box.eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text - "5.34%"&lt;/P&gt;&lt;P&gt;Image -(upward arrow/Downword arrow)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,Is ther any way to show both togather in one Text box.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694852#M1055996</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694853#M1055997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could put your text on the Caption row, with the image beneath.&lt;/P&gt;&lt;P&gt;You will need to use the num() function to format the number. e,g. num(&amp;lt;your field, '#,##0%')&lt;/P&gt;&lt;P&gt;The Caption row only supports a single line of text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694853#M1055997</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-10-09T14:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694854#M1055998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain little bit clear i am new to qv&lt;/P&gt;&lt;P&gt;if u dont mind?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694854#M1055998</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694855#M1055999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="arrows.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68595_arrows.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My favourite solution to this is instead using CHR(9651) and CHR(9961) for the arrows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(XX&amp;gt;YY,CHR(9651),CHR(9961) etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much easier to work with than with pictures and quick in terms of performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694855#M1055999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T14:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694856#M1056000</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;I think we can use either text or image at a time because we should choose corresponding representation&amp;nbsp; property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694856#M1056000</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694857#M1056001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;may i know what is chr(9651) and chr(9961)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694857#M1056001</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694858#M1056002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niklas,&lt;/P&gt;&lt;P&gt;Thanks for such instant reply,Your solution is good but problem is these arrows will not do any good,as not interactive enough.Instead I will be forced to make to different textboxes,one for text and one for image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other solution or suggestion??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Palash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694858#M1056002</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694859#M1056003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a very ugly web site, but with very useful information for this kind of solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.alanwood.net/unicode/geometric_shapes.html"&gt;http://www.alanwood.net/unicode/geometric_shapes.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another favourite of mine is using just a colored CHR(9679) to highlight a warning with a red circle, an alert with an orange circle etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:47:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694859#M1056003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T14:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694860#M1056004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Colin,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Actually I need like &lt;STRONG&gt;"77.12%"then along with some Arrow Image, &lt;/STRONG&gt;and if I use caption for text,I can't be able to align both in same line.Please Correct me if got your solution wrong.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Palash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:49:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694860#M1056004</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694861#M1056005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;So Making two different text boxes is the only way?? Because That also will create lot of problem because it will be very difficult to make it look like one Text box??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Inputs??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Palash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694861#M1056005</guid>
      <dc:creator />
      <dc:date>2014-10-09T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694862#M1056006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure what kind of "interactivity" you want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coloring them is obviously possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want a big dash board number and a real image I would be using two text boxes next to each other (no border and no visible background) and work with them individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can of course add actions to the arrow image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not recommend that solution though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="68596" alt="arrow and text.PNG.png" class="jive-image" src="/legacyfs/online/68596_arrow and text.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:55:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694862#M1056006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-09T14:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694863#M1056007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The caption option means that the image will be below your text, but your original post did not specify having the image on the same line, just in a single text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the image and text on the same line then your only option is to use two text boxes, one for the text and another for the image and align then as required..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 14:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694863#M1056007</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-10-09T14:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694864#M1056008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Straight table chart instead of a text box, one expression for the value and another for the (dynamic) picture. With the different styling options you can make it look like a single text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694864#M1056008</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-09T15:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694865#M1056009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you just set the arrow image as your background, and the text as a string/formula in the text field? I have done this before and it works. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68612_Capture.JPG.jpg" style="width: 620px; height: 410px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 16:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694865#M1056009</guid>
      <dc:creator>cspencer3</dc:creator>
      <dc:date>2014-10-09T16:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694866#M1056010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The caption can actually have more than one line... Select the 'Multiline Caption' option on the Caption tab and you can choose the number of 'rows' that you need. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68613_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 16:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694866#M1056010</guid>
      <dc:creator>mikecrengland</dc:creator>
      <dc:date>2014-10-09T16:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694867#M1056011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mike. That's one option I've missed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694867#M1056011</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-10-09T20:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Want to show some text and image simultaneously in TextBox</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694868#M1056012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached a worked out sample qvw with a straight table chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 11:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-some-text-and-image-simultaneously-in-TextBox/m-p/694868#M1056012</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2014-10-10T11:57:12Z</dc:date>
    </item>
  </channel>
</rss>

