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

Alerts Via Macros

How we can write alert script in macros...

Regards

Sikandar.

13 Replies
manishkumar75
Partner - Creator II
Partner - Creator II

Hi Sikandar,

You can use MsgBox to achieve the same.

Sub ShowPoPUp

MsgBox ("Type your Message Here")

End Sub

Now , Create a button and associate Macro ShowPoPUp with it.

Hope it will work for u.

- Manish

Not applicable
Author

Hi

Thanx Manish

Regards

Sikandar

Not applicable
Author

Hi

if i wana declare a variable in macros for example i wana declare a value 8000 to a variable name My Budget .how can i achieve this?

Regards

Sikandar

Not applicable
Author

Write :

set var=5000