Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 2 separate fields that I'n loading from a fixed length file. Both are numbers, and in the fixed length file we use leading zeroes.
The one field is 9 characters in length and the other is 15. I'm trying to load them in QV and turn them to numbers, dropping the zeroes, but this only wants to work for the 9-digit field. For the 15 digit field it returns NULL.
num(@42:50) as [No of Instalments], // this works fine and returns e.g. 12 from 000000012
num(@60:74) as [Total of Instalments, INT & Fees], // this doesn't work and returns NULL from 000000000123456
Try with
Num(@60:74,'################') as [Total of Instalments, INT & Fees],
Two remarks:
Best,
Peter
Try for both this way
num(@42:50,'#########') as [No of Instalments],
num(@60:74,'###############') as [Total of Instalments, INT & Fees]
Hi Gerhards,
try
Num(Right(@60:74,14))
or
Num(@61:74)
still returns null.
up to 14 characters works 100%, but 15+ the num function just doesn't wanna work
May be load it as text, because QlikView can only read numbers up until 14 digits
Thanks - this explains it really well. I marked Antonio's answer as correct because it provides a final proposal that works, but your explanation really helps
Helpfuls can be assigned using the corresponding entry in the Actions menu (bottom left)
I'm trying to do so, but the available actions won't load - just get this for minutes on end. Might be a browser issue... sorry, will try again later: