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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reading inputs from tMsgBox

I need to read inputs like username and password using tMsgBox  in UI& further i want to use those values.......please suggest me any way to achieve this 

Labels (2)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

use onSubjobOk between tMasgBox and tJava

 

Will contain your result.

((String)globalMap.get("tMsgBox_1_RESULT"))

View solution in original post

2 Replies
Anonymous
Not applicable
Author

i am trying save msgbox input in tjava ....but in tmsgBox i am getting warning as  " input is required for tmsgbox..what could be the reason ??

 

0683p000009M3PM.png

akumar2301
Specialist II
Specialist II

use onSubjobOk between tMasgBox and tJava

 

Will contain your result.

((String)globalMap.get("tMsgBox_1_RESULT"))