Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can we add sounds in qlikview chart item? I tried settings->document properties
But couldn't able to find.
Thanks.
Ok here is a file to show how it works
I can able to see settings->document properties->alert pop up
from there how can I proceed?
Hi Ameila,
Go to
user preferences -> select option ->use sounds
Thanks,
AS
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
Any example please?
CHECK THIS LINK QlikView Support which Audio File Format
VIKAS
Thanks. where can I get .wav file?
for eg: e.g. qmem://<bundled>/sounds/qv_ok.wav
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
Thanks. where can I get
"qmem://<bundled>/sounds/qv_bttn.wav"