Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have one GL FIeld in that values are like below
0011101033
08546880
000111222333
Required Output
11101033
8546880
111222333
Note : I have checked with Num and Num # Function .
Thanks,
Arvind Patil
oh is it ? its working fine for me
try this
Num(Num#(Field,'#,##0'),'#,##0') AS FieldName,
I think it depends from the fields type (numeric or string) but the only way to verify it is to connect directly to the source database and do some check.
During last year I've tried different (lots) ways to remove leading zeros and the ones i've shared is the best because it works with both numeric and string field types and it's conceptually easy to understand.
It's not reliable to use a sample file (excel,txt, csv...) instead a db source because during these exports the fields type change so the same qlik script could be returns different resuls.
Tried this one also no luck buddy.
I am also ebullient to understand the reason.
Thanks,
Arvind Patil