Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selections in a QlikView document via VB-Script

Hi,

I want to select fields in a QlikView Document via VB Script.
I read out a value from an Excel table - field. If the field slection is filled with a value, in the script the selection should happen.

Public Selektierung(2)
Public ChartName

If Seleection(0) = True Then
Qlikview.ActiveDocument.Fields(ChartName).Select(Selektierung)
End If

Before the VB Script opens a QlikView document and reads out a table. Now in this table a selection should happen. Its all working - only the selection part does not 😕

Thanks for help!

0 Replies