Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading fields with content '*' wildcard

Good afternoon,

I have a csv file with columns

Role, OrgUnit, Value

like

ControllerGlobal, CompanyCode, *

ControllerUS, CompanyCode, 2000

After loading , the Value column is empty. Apparently Qlik is not just interpreting the Value column '* ' as text. How can I go about this w/o manipulating the input file in Excel?

Thanks!

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Qlikview determines the column type and format from the first rows it loads for that field. QV presumably sees the Value column as numeric, and the failed numeric conversion of * will return a null. What do you want to do with it?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

It would be great to keep it as text with value '*', but anything else (say map it to 'not restricted' or 'all values' will do. I tried

   text(Value) as Value1

but it doesn´t change anything.