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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

where at script with many values

hi,

i write at the  end of script like this :"

FROM

D:\QLIKVIEW\QVD\KAPCKLOG.QVD

(qvd)//;

where [מבצע השינוי] = 'A444';"

how do i add another value 'A444' and 'ABC' ?

thanks'

yarin.

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Try,


Where Match(FieldName,'A444','ABC');

View solution in original post

4 Replies
tamilarasu
Champion
Champion

Try,


Where Match(FieldName,'A444','ABC');

MayilVahanan

HI

Try like this

FROM

D:\QLIKVIEW\QVD\KAPCKLOG.QVD

(qvd)

where Match( [מבצע השינוי] ,'A444', 'ABC');

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Kushal_Chawda

where match([מבצע השינוי] , 'A444','ABC')

rajeshforqlikvi
Creator
Creator

You can use like like this alos

where [מבצע השינוי] = 'A444' and  [מבצע השינוי] ='ABC' ;

but Match() function is the good option to use.

Regards

Rajesh Kumar