Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community
I have one requirement,
Example:
ItemCode | Des | Qty |
100 | XYZ | 10 |
200 | ABC | 12 |
300 | ASD | 14 |
400 | OOO | 16 |
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......
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.
Hi,
Its possible with Bar chart.
But With straight table I don't think this can be done.
Regards
ASHFAQ
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.
Wow David. That is nicely cunning.
I take back my saying that it cannot be done.
It is crude but it works 🙂
Wow nice to learn
I take back my word.
Regards
ASHFAQ
how to show that, any other solution....?????
Please give suggestions.....
Hi,
have a look at attached application.
Rehards
ASHFAQ
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.....