Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

How to show Welcome Message on opening a .qvw document

How to Show Welcome message while opening a .qvw document?

For example I have DOC1.qvw and when i open that document i want a welcome message "Welcome<Username>"...how to do it?

5 Replies
Not applicable

hi

go to setting -> document properties--> triggers--> select on open-->add action-->external-->run macro-->edit module


write macro code

sub s

msgbox("welcome")

end sub

alexandros17
Partner - Champion III
Partner - Champion III

You can open a document and show an image or play a sound, then, in a page you can show a text object with the name of the user ...

Not applicable

Save your Welcome message as an image, then go to Document Properties and in the Opening tab, check the image checkbox and select your opening image. This image will be shown when you open the document:

JG

saumyashah90
Specialist
Specialist
Author

hey thanks for that but what i was asking like

-when we give security (userid and password) in edit script,so I want to display that userid in welcome message "Welcome <userid>"..did u get it?

saumyashah90
Specialist
Specialist
Author

hey thanks for that but what i was asking like

-when we give security (userid and password) in edit script,so I want to display that userid in welcome message "Welcome <userid>"..did u get it?