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: 
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
“Aspire to Inspire before we Expire!”
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