
Partner - Contributor III
2021-05-11
05:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Num # is not working correctly
Hello everybody,
I'm converting a text in the import script using this shape (which works on QlikView and gives me back a number):
if (isnum (KM_RETURN) = - 1, KM_RETURN, num (Num # (KM_RETURN, '#. #', '.', ','))) as KM_RETURN
Instead of returning me a number, it returns me a "?". If I use the same formula inside a column of a table the conversion takes place correctly.
Some idea?
Thank you.
Hello.
502 Views
1 Reply

Partner - Master
2021-05-11
04:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Roberto,
Just to be sure, Num#() and Num() are two different functions.
- Num#() is an interpreter function like all # functions ( Date#(), Time#() etc.)
- Num() is a formatting function ( Date(), Time() etc.)
If it's not working correctly, see if you interpret the data correctly. Probably it's not recognized.. What if you only use Num#() without the other parameters?
Jordy
Climber
Work smarter, not harder
450 Views
