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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pop-up windows

Hello,

I'm new to qlikview and im trying to create buttons where if the cursor is placed over them a pop-up with certain info from existing tables will be viewed and when i click the same button again it will close the pop-up. Is that possible????

Labels (1)
3 Replies
fdelacal
Specialist
Specialist

SEE ATACH IF IT YOU ARE LOOKING FOR

HOPE IT HELPS YOU

Not applicable
Author

Im sorry I cant open this file on my computer because im using the personal eddition and the only files i can open are the ones i have done on this computer.

I hope you can show me a screenshot or some steps which i can try and see if it works.

fdelacal
Specialist
Specialist

first crate a variable in this case V1 YOU PUT VALUE = 1

you need to create a boton

actions.
Set variable

Variable=           V1

Value=           =-1*$(V1)

IN THE TEXT OF THE BUTTON YOU CAN PUT.

=IF(V1=-1,'SHOW','NO SHOW')

CREATE A TEXT OBJET.... IN TEXT YOU WRITE (YOUR MESSAGE) IN LAYOUT OF THE TEXT OBJET YOU CHECK CONDITIONAL  V1=1