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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

With out Clearing the Variable values Qv Portal

When the user hits the clear button variable values are clearing.

I am using the below code in the macro

Sub t1

val = ActiveDocument.Variables("vCust").GetContent.String

I don't want to clear the variable value  if the user hits the Clear button..

Advance thanks for your  help and support.

ActiveDocument.Fields("CustomerNo").Select "*"&val&"*",true

end sub

vCust is the varaible

Labels (1)
0 Replies