Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add sounds in qlikview chart item?


Hi,

How can we add sounds in qlikview chart item? I tried settings->document properties

But couldn't able to find.

Thanks.

1 Solution

Accepted Solutions
rustyfishbones
Master II
Master II

Ok here is a file to show how it works

View solution in original post

15 Replies
Not applicable
Author

I can able to see settings->document properties->alert pop up

from there how can I proceed?

amit_saini
Master III
Master III

Hi Ameila,

Go to

user preferences -> select option ->use sounds

Thanks,
AS

rustyfishbones
Master II
Master II

There are bundled sounds in Qlikview, like there are bundled images

You can create a macro to set the sound when the chart is activated

Regards

Alan

Not applicable
Author

Any example please?

vikasmahajan

CHECK THIS LINK  QlikView Support which Audio File Format

VIKAS

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Not applicable
Author

Thanks. where can I get .wav file?

for eg: e.g. qmem://<bundled>/sounds/qv_ok.wav

fkeuroglian
Partner - Master
Partner - Master

Hi, check this

Sound on QlikView

Fernando

rustyfishbones
Master II
Master II

Create a macro like this one

SUB PlaySoundBoutton()

ActiveDocument.PlaySound"qmem://<bundled>/sounds/qv_bttn.wav"

END SUB

And then create a Text Object and add an action to External Action >> Run Macro PlaySoundBoutton

to test it

Not applicable
Author

Thanks. where can I get

"qmem://<bundled>/sounds/qv_bttn.wav"