Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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?
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.