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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

"FindOneOf" : difference with Excel Files .XLS and .XLSX ???

Hi,

I have an funny problem....

if( FindOneOf( colA ,'/')>0, SubField( colA ,'/',2), 'Others') as Type_Val

With a XLS file, no problem.

With the same file saved as XLSX format, the function "FindOneOf" not works, the caracter " / " has never found....

However, the cell format is the same (no specific) in this two versions,

For example, colA contains data as :   "ABCDEF/11"    

an idea?

many thanks

Labels (1)
1 Reply
marcus_sommer

Will the char "/" loaded from the xlsx - how looks the field-values (without transforming) after loading.

- Marcus