Hi All,
I have string values like below
String Keyvalue = "Test1","Test2","Test3";
Using about values need to show lookup()
I tried below methos but is not working.
while statement
{
queryBuildRange.value(queryValue(""));
}
Hi All,
I have string values like below
String Keyvalue = "Test1","Test2","Test3";
Using about values need to show lookup()
I tried below methos but is not working.
while statement
{
queryBuildRange.value(queryValue(""));
}
Hi, You can check this article
basicax.blogspot.com/.../x-code-to-define-or-conditions-in.html
Hi Dax,
Instead of string field you can assign it to a container field and set the range to querybuildrange.
But your while select statement doesn't point to any table? It seems to be wrong.
container Keyvalue =[ "Test1","Test2","Test3"];
while statement
{
queryBuildRange.value(queryValue(keyValue));
}
Thanks,
Girish S.
André Arnaud de Cal...
294,267
Super User 2025 Season 1
Martin Dráb
233,017
Most Valuable Professional
nmaenpaa
101,158
Moderator