Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to display a message box

Hi.

I would like to display a message box if there is no data loaded for a particular table.

I know this can be done in Qlik View but can this be done in Qlik Sense?

I tried the following but Qlik Sense does not seem to recognise the keyword MsgBox:

If (isNull(NOOFROWS('Tablename')) then

     Load

          MsgBox('No data loaded', 'No data loaded', 'OK', 'ICONASTERISK') as x;

     EXIT SCRIPT;

END IF

Would appreciate some advice in this.

Thank you and Regards,

Siew Peng

3 Replies
ogster1974
Partner - Master II
Partner - Master II

That kind of functionality is not supported in the Qlik Sense load.

Regards

Andy

Not applicable
Author

Thank you very much, Andy, for your reply.

Regards.

ogster1974
Partner - Master II
Partner - Master II

No problem sorry it couldn't be more positive.