Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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?

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.