system
1
How can we convert an object which is of datatype number to character in WebI as we have similar function to_char() available in designer
for eg i have an object name MONTH and its value is 2 which is number .Now i want to create a variable in report which converts number 2 to ‘2’
bob2210 (BOB member since 2010-09-23)
system
2
FormatNumber()
Nick Daniels
(BOB member since 2002-08-15)
system
3
Nick,
Can you specify the exact formula to convert 2 to ‘2’.
bob2210 (BOB member since 2010-09-23)
system
4
=FormatNumber(2,"0")
Marek Chladny
(BOB member since 2003-11-27)
system
5
Thanks Marek and Nick!
bob2210 (BOB member since 2010-09-23)