Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a problem loading a company master table containing the company code and company name.
The problem is that company1 has code 001 and company2 has code 1, loading the table in qlikview generates a table where both companies have code 001.
the company code is defined in SQL Server as Varchar (10).
try as Text(Code) as Code
try as Text(Code) as Code
Perfect, thank you very much.
Glad, Please close this thread putting flag correct answer.