<?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 Text Object appearing everywhere in container in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563117#M555057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a container that is split into two (Client Chart and Client Details).&amp;nbsp; On the client chart "tab" I have just one large bar graph, converted from a scatter chart.&amp;nbsp; I needed to label the axis with words, not the default numbers inserted by the bar chart so I made the xaxis values completely transparent.&amp;nbsp; This "hid" the numerical values so I was to just create 4 text objects and place them along the axis and the appropriate points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is fine on the "client chart" tab when I click on the "Client Details" tab the text objects appear at the bottom, i don't want them to appear here.&amp;nbsp; Is there anyway to just have them show on the container?&amp;nbsp; These containers are all on one sheet called "QA"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2013 12:49:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-07T12:49:35Z</dc:date>
    <item>
      <title>Text Object appearing everywhere in container</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563117#M555057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a container that is split into two (Client Chart and Client Details).&amp;nbsp; On the client chart "tab" I have just one large bar graph, converted from a scatter chart.&amp;nbsp; I needed to label the axis with words, not the default numbers inserted by the bar chart so I made the xaxis values completely transparent.&amp;nbsp; This "hid" the numerical values so I was to just create 4 text objects and place them along the axis and the appropriate points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything is fine on the "client chart" tab when I click on the "Client Details" tab the text objects appear at the bottom, i don't want them to appear here.&amp;nbsp; Is there anyway to just have them show on the container?&amp;nbsp; These containers are all on one sheet called "QA"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 12:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563117#M555057</guid>
      <dc:creator />
      <dc:date>2013-08-07T12:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object appearing everywhere in container</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563118#M555058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would it help to have Qlikview display the text in stead placing textboxes?&lt;/P&gt;&lt;P&gt;You can assign text values to numbers in the LOAD script e.g. with the ApplyMap function&lt;/P&gt;&lt;P&gt;Something like this: &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;MapTable:&lt;/P&gt;&lt;P&gt;Mapping LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NumberValue, TextValue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Text1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, AAAA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, ABCDE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, UVWXY&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, Z123&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD ApplyMap('MapTable', MyNumber)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use the TextValue in your dimension (but QV will still sort numerically)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 12:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563118#M555058</guid>
      <dc:creator />
      <dc:date>2013-08-07T12:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object appearing everywhere in container</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563119#M555059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so i got the mapping all setup and everything checks out.&amp;nbsp; But when I need to put an expression value in the chart it either gives me the numbers or when i use the mapping field value i get "No Data Display".&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached a screenshot of the chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see the labels across the top are the numbers, i need to have the values displayed in the listbox, field is [QA Phase Value].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plan=1&lt;/P&gt;&lt;P&gt;Develop=2&lt;/P&gt;&lt;P&gt;Execute=3&lt;/P&gt;&lt;P&gt;Wrap Up=4&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="45523" class="jive-image-thumbnail jive-image" onclick="" alt="Chart.png" src="https://community.qlik.com/legacyfs/online/45523_Chart.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 20:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-appearing-everywhere-in-container/m-p/563119#M555059</guid>
      <dc:creator />
      <dc:date>2013-08-14T20:34:35Z</dc:date>
    </item>
  </channel>
</rss>

