Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
qv_testing
Specialist II
Specialist II

Need Help?

Hi Community,

I have one Straight table

Test.PNG

when i am mouse move to STATE fields i want to show related data.

Suppose CA state i need to show Amount, Avg and %age popup message...

like this....

test3.png

is it possible in qlikview..?? any Extension's..

Thanks in Advance....

5 Replies
qv_testing
Specialist II
Specialist II
Author

Anyone faced this type of requirement...

please let me know...

Not applicable

Hi

How you want to implement this one.While hovering a dimension a tooltip will be displayed with a short summary. is that the way do you required in Table.  This is especially useful if you have a lot of dimensions with little movement from one to the other time period. see below steps

Using Existing Extensions – How to Install

Before we start to develop our own QlikView Extensions let’s have a look into how existing extensions will be “installed” and used.
If you open QlikView Desktop having a fresh install you’ll see that there are no QlikView Extensions installed by default:

  1. Open QlikView Desktop
  2. Create a new blank QlikView document
  3. Switch to WebView (View > Turn on/off WebView or click the WebView in the Design toolbar)
  4. Right click anywhere in the sheet and select “New Sheet Object”

You’ll see a list of standard QlikView objects, but if you select the “Extension Objects” pane in the accordion you’ll notice that the list is empty:

So let’s “install” some existing extensions:

  1. If you switch to the folder C:\%ProgramFilesFolder\QlikView\Examples\Extensions\ in Windows Explorer you’ll find a file called “Extension Examples.qar”
  2. Double-click the file
  3. QlikView will open and you will see the following dialog, which confirms that 5 extensions have been installed successfully

Going back to the QlikView document you’ll notice that there are now 5 extensions available (if not, press the key F5 to refresh).

Now drag and drop the “Web Page Viewer” extension onto your sheet. This is a very simple extension which displays a web page within the current sheet of your QlikView document.

By default you’ll see a detail of http://www.qlikview.com because this is the default URL set for this extension. Now right-click again somewhere on the extension object’s area and you’ll see the extension’s property dialog:

Beside the default properties (which can be found in the panes “Presentation”, “Caption” and “Option”) you can now set the URL of the web page. Note that the value can be defined by either just entering a text or by using an expression, which is the case in the above shown screenshot.
As soon as you have changed the URL and closed the property dialog you’ll notice that the content of the “Web Page Viewer” extension object will change immediately.

Not applicable

hi Qv_testing,

    

     there is none pop up message in straight table and pivot table . only in other chart like pie and Bar charts only.... 🙂

Anonymous
Not applicable

you can't do it as a pop up....however, when clicked on a state, you can conditional show (getselectedcount(State)=1) another table or a text box with the info you want to show. you can place it directly below or slightly over the real table (after a selection is made) to simulate the effect of a pop up.

saradhi_it
Creator II
Creator II

i think go for pop ups or use text object using a condtion........