- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
BI Explorer formula problem
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 04:34 PM
Hi All, I am having an issue with creating a calculated field in BI Explorer. I need to use a UDF that is a string and am attempting to convert it this way: {fn Number("SO_SalesOrderHeader"."UDF_CLOSING")} , which is accepted ok (even though it is not on the function list) but if I try to add it with any other fields I get an error. Is there a way to convert it that will not give an error or do I need to recreate the UDF as a number?
Thanks!
Bob
Re: BI Explorer formula problem
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 07:25 PM
tonumber({field name}
Re: BI Explorer formula problem
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-07-2012 09:09 PM
ToNumber is not a valid expression in BI Explorer (fn Number works up to a point..


