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

Announcements
Check out our latest virtual session where BARC Fellow, Doug Laney, highlighted the opportunities data monetization can offer enterprises. 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