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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
muthukumar77
Partner - Creator III
Partner - Creator III

Message box has to show in QlikView

Hi,

Message box has to show in QlikView in any condition.

Muthukumar Pandiyan
1 Solution

Accepted Solutions
marcus_sommer

Maybe something like this:

Msg = Msgbox("Are you really sure that you want to do this?", VbYesNo, "Check")

If Msg = 6 Then

     ActiveDocument.GetApplication.Quit

End If

- Marcus

View solution in original post

7 Replies
marcus_sommer

You need to explain it more detailled what do you want to do where and what is the aim behind them.

- Marcus

muthukumar77
Partner - Creator III
Partner - Creator III
Author

Hi,

For example:

If i click a button, has to ask confirmation message (Yes or No) to close the App.

Then Data validation from specific objects.

Muthukumar Pandiyan
HirisH_V7
Master
Master

Hi,


Message Box means when and on which condition you need to see it!


For Example on hover,

   

Properties -> Caption -> Help text

    You can see your message when you hover over the button or chart.

-Hirish

HirisH
marcus_sommer

Maybe something like this:

Msg = Msgbox("Are you really sure that you want to do this?", VbYesNo, "Check")

If Msg = 6 Then

     ActiveDocument.GetApplication.Quit

End If

- Marcus

Not applicable

Hi Marcus,

Where should write this code in scripting or in text object

Not applicable

I think muthu kumar needs a warning msg when he go for any operation

marcus_sommer

This is vbs-macro code and will be written within the modul-editor. You could open the editor per menu or ctrl+m. Whereby I don't understand what should be happens - to quit the application and do any validation on an object (data) are quite differently.

- Marcus