Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
dimak123
Partner - Contributor III
Partner - Contributor III

Added zeros to field

Hi to all

Need help, somehow i am getting field on layout different from original data.

How can i show the exact field?

Capture1.JPGCapture2.JPG

16 Replies
dimak123
Partner - Contributor III
Partner - Contributor III
Author

it worked!!!
thanks!!!

oknotsen
Master III
Master III

Num'

Try it without that single quote, because it actually is a recognized built-in function name.

I use it almost every day.

May you live in interesting times!
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Yes, as you've noticed telling SQL Server to execute Qlikview functions doesn't work. You can use a preceding load like shown above in Jonathan‌‌'s post.


talk is cheap, supply exceeds demand
tamilarasu
Champion
Champion

You should put the code above your sql statement. I.e Preceding load. Anyhow, you got the solution.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

In T-SQL? Don't you mean the Format function perhaps?


talk is cheap, supply exceeds demand
oknotsen
Master III
Master III

No, in the preceding load.

Paste the code above the sql statement.

Load *,

Num(Field) as New;

May you live in interesting times!
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Never mind. I thought you were responding to his sql-server error message. See you on monday


talk is cheap, supply exceeds demand