Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
How to write the below expression, I have to show this(Error and Warning) in List box as a filter. I have tried with Wildmatch but its case insensitive so I am not able to get it.
I have Prodcut column Ex: Its just an example, In real I have millions of records
Product
Abc
ABC
cBc
CBc
KZX
kYS
]
I need to expression like below:
if PRODUCTS IN ('%b%', '%k%') as Error
if PRODUCTS IN ('%B%','%K%') as WARNING
Then my List box should show like
Exception(Filter name)
Error
Warning
So Error should be equal to - Abc and kYS
Warning should be equal to - ABC,cBc,CBc,KZX
I have tried like below as per Qlik Community but not working out
Pick(Wildmatch(Product,'*b*','*k*','*B*','*K*'),'Error','Error','WARNING','WARNING')
also the same in backend script like
Pick(Wildmatch(Product,'*b*','*k*','*B*','*K*'),'Error','Error','WARNING','WARNING') as flag
Please don't post duplicate questions: Match Expression
Please close this thread as you got your answer in the other thread already
Have a look on this.
Hi Gysbert,
When I post this question, I didn't get answer for the old one...
I am not able to delete this thread... it showing unauthorized access.. That is why I kept this thread
Well then I suggest you close this thread by marking your reply as the correct answer.
First discussion posted: Jul 17, 2015 12:05 PM
Second discussion posted: Jul 17, 2015 12:34 PM
Conclusion: Your patience is limited to less than half an hour.
Your life must be a very frustrating experience to you. Not to mention to those that have to live or work with you.