Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all
Need help, somehow i am getting field on layout different from original data.
How can i show the exact field?
it worked!!!
thanks!!!
Num'
Try it without that single quote, because it actually is a recognized built-in function name.
I use it almost every day.
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.
You should put the code above your sql statement. I.e Preceding load. Anyhow, you got the solution.
In T-SQL? Don't you mean the Format function perhaps?
No, in the preceding load.
Paste the code above the sql statement.
Load *,
Num(Field) as New;
Never mind. I thought you were responding to his sql-server error message. See you on monday