Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewforum
Creator II
Creator II

Creating a table box for selected table using macro

Hi

We have written below macro to get the selected value from the object. Now basically Field: Table contains the table names. Now I would like to create the table bow with the fields that are available in the selected table. Can some one please help me on that? It is very urgent.

Hope my requirement is understandable, if not please let me know your questions.

Sub ShowRecord   
SET objDoc = ActiveDocument

SET myfield = ActiveDocument.Fields("Table").GetPossibleValues
 
X = myfield.Item(i).Text

        MsgBox X

End Sub


Thanks,
qvforum

0 Replies