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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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!

Labels (1)
0 Replies