cancel
Showing results for 
Search instead for 
Did you mean: 

#Error In Webi Converting String to Number

siva_ram20
Participant
0 Kudos

Hi Team,

I have created the Dimension in the Universel which having datatype is a string but present the data in the Numeric values whereas in the database-level that objects having a datatype is Varchar2(49).When I use this Dimension in the report level it is generating # Error. could you please help on this issue

Accepted Solutions (1)

Accepted Solutions (1)

amitrathi239
Active Contributor
0 Kudos

try to change the datatype "Number" in universe and try.

Answers (1)

Answers (1)

former_member198519
Active Contributor
0 Kudos

Can you check if there is any space in the value. try to use this, see if that works:

=If(Not(IsError(ToNumber(Trim([Dimension Object))));ToNumber(Trim([Dimension Object])))