Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Community,
Whats the equivalent of search function in excel?
I have a column with with Year&";"&"Name";"&";"&"ID"
I want to left(variable a, len(variable a) - search(variable a, ";",1))
Thats the formula in excel.
How can i procedure that in qlikview? theres any equivalent in search function?
Regards,
Eliano
Hi Eliano,
QlikView have Search Object that this one maybe answer to your question, just Right Click on sheet ==> New Sheet Object ==> Search Object. In case you want to search all column or field, you need to add the require field.
Regards,
Sokkorn
Hello Eliano,
My guess is that Index() or SubField() will do
=SubField('2011;MAB;15', ';', 1)
Hope that helps.
BI Consultant