Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

Need Help??

Hi Community

I have one requirement,

Example:

ItemCodeDesQty
100XYZ10
200ABC12
300ASD 14
400OOO16

I want to create a Straight Table which will show ItemCode wise sum(Qty). But I want to show Desc of an ItemCode as ToolTip or any HelpText kind of things. Whenever a user hovers mouse pointer to a ItemCode cell, i want show popup containing description of the ItemCode needs to be shown.

is it possible in Qlikview?????

Thanks in Advance......

11 Replies
Anonymous
Not applicable

I do not believe pop ups on hover are possible with straight tables, or any other type of table,

They are available for Charts objects line Bar and Line Charts.

ashfaq_haseeb
Champion III
Champion III

Hi,

Its possible with Bar chart.

But With straight table I don't think this can be done.

Regards

ASHFAQ

DavidFoster1
Specialist
Specialist

An option is to create a calculated dimension that contains the ItemCode and Des, but restrict the width of the column to just big enouugh for the ItemCOde. When hovering QlikView would show the full field value in a tooltip/popup.

If you use something like =ItemCode & CHR(13) & Des then you will ensure that the description does not creep into view.

Anonymous
Not applicable

Wow David.  That is nicely cunning.

I take back my saying that it cannot be done.

DavidFoster1
Specialist
Specialist

It is crude but it works 🙂

ashfaq_haseeb
Champion III
Champion III

Wow nice to learn

I take back my word.

Regards

ASHFAQ

qv_testing
Specialist II
Specialist II
Author

how to show that, any other solution....?????

Please give suggestions.....

ashfaq_haseeb
Champion III
Champion III

Hi,

have a look at attached application.

Rehards

ASHFAQ

qv_testing
Specialist II
Specialist II
Author

Hi ASHFAQ,

but i want show single line data

Example: When i move to mouse i want to show ItemCode, Desc, Avg   in single line..

Anyone handled this type of issue..

please let me know.....