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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Activate pop-up after clicking on one cell from a straight table


Dear all,

I'm wondering whether it is possible to do activate a pop-up after clicking on a value in a table.

Imagine, I run this program:

Comments:

LOAD * INLINE [
PO, Description,
1, Not reported due to avaliability,
2, Inclined
]
;

Production:
LOAD * INLINE [
PO, Production,
1,1000,
2,5000,
6,1000,
8,9000
]
;

I get this result (detached table) Production.

Capture.GIF.gif

I want to click on e.g. value = 2 in column PO and then a pop-up should appear with the text:

"Inclined". Press on value 1 and the pop-up text should be "Not reported due to availability"

I suppose it should be solved by macro, correct?

How can I solve this?

Thanks and best regards,

Cornelis

1 Solution

Accepted Solutions
Not applicable
Author

Hi Christian,

I'm uploading a QVW based on your solution.

Best regards,

Rubén.

View solution in original post

6 Replies
Not applicable
Author

Hi Cornelis

you may just create a text object with the field Description and use the conditional display to show it under condition

count(distinct PO)=1

it will display only if you select 1 value. It can be 1, 2 or whatever

best regards

chris

Not applicable
Author

You can create the text object to show the Pop-Up's. But it all depends on how the user make selections.

Not applicable
Author

Hi Christian,

I'm uploading a QVW based on your solution.

Best regards,

Rubén.

Not applicable
Author

Hi Ruben

that's right.

IT is what i do when i need to display details only for 1 customer (or provider or employee or whatever)

best regards

chris

Not applicable
Author

Hi Christian,

Thank you for your contribution.Use of Text object is a good idea.

I have just put count(distinct PO)=1 in Text Object properties

Capture.GIF.gif

what is then the next step?

Could you please clarify a bit more?

Thanks and best reagrds,

Cornelis

Not applicable
Author

Interesting, however, I'm not able to test your fiel since I need to order QV license.