How to convert char to number in BO XI r3 Designer

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 :india: (BOB member since 2009-04-24)

What db are you using?


Jansi :india: (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 :india: (BOB member since 2009-04-24)

Does your data source include negative values?


Joe Szabo :us: (BOB member since 2002-08-19)