<?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 create a mouse-over over fields? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462159#M172602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus, thanks for you suggestion. Actually, I try to achieve a tooltip/mouseover for a &lt;STRONG&gt;&lt;EM&gt;dimension&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hovering above OrderNumber should show the corresponding value in field "OrderDescription". That field contains some "free text" (can be 10 lines or more) which provides additional information on a specific order. It would be rather useful for my endusers to have a tooltip on each OrderNumer ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jul 2013 14:23:56 GMT</pubDate>
    <dc:creator>pennetzdorfer</dc:creator>
    <dc:date>2013-07-15T14:23:56Z</dc:date>
    <item>
      <title>How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462154#M172597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to create mouse-over over fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On mouse-over, i would like to show some related data instead of the field that i mouse-over. For example, upon mouse-over column 1's data, i would like to show column 2's data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462154#M172597</guid>
      <dc:creator />
      <dc:date>2013-05-15T11:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462155#M172598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to put field name or expression in the commet field of expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462155#M172598</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-15T11:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462156#M172599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually want to mouse-over the data. not the field header. Using your approach, i think is more for header right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 11:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462156#M172599</guid>
      <dc:creator />
      <dc:date>2013-05-15T11:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462157#M172600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve, did you manage to solve your issue?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 10:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462157#M172600</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-07-15T10:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462158#M172601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A possibility could be such meta-data to attach to fields or expressions like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Area &amp;amp; chr(10) &amp;amp; If(Area = 'A', 'xxx', 'yyy')&lt;/P&gt;&lt;P&gt;= sum(value) &amp;amp; chr(10) &amp;amp; 'any text ...'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is not very nice, but perhaps it is suitable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 11:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462158#M172601</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-07-15T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462159#M172602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marcus, thanks for you suggestion. Actually, I try to achieve a tooltip/mouseover for a &lt;STRONG&gt;&lt;EM&gt;dimension&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hovering above OrderNumber should show the corresponding value in field "OrderDescription". That field contains some "free text" (can be 10 lines or more) which provides additional information on a specific order. It would be rather useful for my endusers to have a tooltip on each OrderNumer ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 14:23:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462159#M172602</guid>
      <dc:creator>pennetzdorfer</dc:creator>
      <dc:date>2013-07-15T14:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462160#M172603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will not really better as this (table header are not multiline or less as line breaks):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= OrderNumber &amp;amp; chr(10) &amp;amp; OrderDescription&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 14:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462160#M172603</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2013-07-15T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462161#M172604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcus, this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I mouseover, the popup box appears over my cursor. Is there a way to position the popup such that my cursor won't block it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 08:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462161#M172604</guid>
      <dc:creator />
      <dc:date>2013-07-16T08:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462162#M172605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 09:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462162#M172605</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-16T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462163#M172606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a personal edition and the recovery attempt has been exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kindly help to explain how to achieve the feature?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 10:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462163#M172606</guid>
      <dc:creator />
      <dc:date>2013-07-16T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a mouse-over over fields?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462164#M172607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can help on this? thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 09:07:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-mouse-over-over-fields/m-p/462164#M172607</guid>
      <dc:creator />
      <dc:date>2013-07-18T09:07:12Z</dc:date>
    </item>
  </channel>
</rss>

