Skip to main content Skip to complementary content
Close announcements banner

InteractDef

Properties

Name Description Type
qType Interaction type.

One of:

  • IT_SCRIPTLINE; the engine returns the statement that will be executed next.
  • IT_MSGBOX; the engine returns a script execution error message. This type can only be returned if the parameter qInteractOnError was set to true when calling the ConfigureReload method.
  • IT_BREAK; the engine breaks and waits for a response on what to do next.
  • IT_END; the engine has finished to execute all statements in the script.
qTitle

Title used in the message box dialog.

This property is relevant if qType is IT_MSGBOX.

String
qMsg

Message used in the message box dialog.

This property is relevant if qType is IT_MSGBOX.

String
qButtons

Buttons displayed in the message box dialog.

This property is relevant if qType is IT_MSGBOX.

One of:

  • 0 means that the qButtons property is not relevant.
  • 17 means that the message box contains the OK and Cancel buttons or the stop-sign icon.
Integer
qLine

Next script statement to be executed.

This property is used if the type of interaction is IT_SCRIPTLINE.

String
qOldLineNr

First line number of the previously executed statement.

This property is used if the type of interaction is IT_SCRIPTLINE.

Integer
qNewLineNr

First line number of the next statement to be executed.

This property is used if the type of interaction is IT_SCRIPTLINE.

Integer
qPath

Path specified by the Include script variable.

This property is used if the type of interaction is IT_SCRIPTLINE.

Example of an Include variable:

$(Include=lib:\\MyDataFiles\abc.txt);

String
qHidden This property is set to true if the returned statement is an hidden script statement. Boolean
qResult

Not relevant for describing the requested user interaction.

Integer
qInput Is not used in Qlik Sense. String

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!