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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Passing field from one QVW to another QVW file

Hi to all,

How can i pass the field from one QVW to another QVW file.

I tried this code , but generating an error message.

Pls check the below code.


sub PassVar


set Fld=ActiveDocument.Fields("Group")

set App=ActiveDocument.GetApplication

set UserFile = App.OpenDoc ("test.qvw","","")


UserFile.GetField "Group1"

set f3 = UserFile.Fields("Group1")

f3.Select Fld.SelectPossible ---> // ERROR: Object required: 'f3'

ActiveDocument.ClearAll false 
end sub

Regards

Venkat

0 Replies