Hi,
Could please tell me which function should be used to convert char to number in designer BO XI r3 version. I can’t see any function available for this in designer.
Manju.Shanmuagvel (BOB member since 2009-04-24)
Hi,
Could please tell me which function should be used to convert char to number in designer BO XI r3 version. I can’t see any function available for this in designer.
Manju.Shanmuagvel (BOB member since 2009-04-24)
What db are you using?
Jansi (BOB member since 2008-05-12)
As Jansi hints at, this is done at the database level within the generated SQL.
You can use ToNumber at report level but would use To_Number for Oracle, cast or convert in SQL Server for example.
I’m using SQL Server 2005, but the problem is resolved. Just with a guess I used abs() function and it worked.
Thanks
Manju.Shanmuagvel (BOB member since 2009-04-24)
Does your data source include negative values?
Joe Szabo (BOB member since 2002-08-19)