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: 
samvile18
Creator III
Creator III

Can anyone help please?

Good morning all,

I have an issue within my QV script that I'm hoping someone can help with.

I have the following table that I'm loading and I want to set the variable vGroupMisc to be the value that's returned in the GroupVariable field.

GroupVariable:

LOAD AppName,

          GroupName,

          GroupVariable

SQL SELECT *

FROM tblQVGroups

Where (AppName) = '$(vDocName)';

set vGroupName = ????

Can someone help?

Labels (1)
1 Solution

Accepted Solutions
samvile18
Creator III
Creator III
Author

I've figured this out using a combination of the above suggestion and the Lookup funtion.

View solution in original post

3 Replies
Not applicable

PEEK?

samvile18
Creator III
Creator III
Author

Do you happen to know the syntax for the Peek function?

samvile18
Creator III
Creator III
Author

I've figured this out using a combination of the above suggestion and the Lookup funtion.