Hi,
I Have a requirement i need to add '%' sign to a number.
when i have data item with all positive numbers
cast(CAST((( dataitem * 100 )) AS DECIMAL(19,1)) as varchar(10))+ ' ' + '%'
the above syntax is working
when i use the same for a data item wh...
I Have a requirement i need to add '%' sign to a number.
when i have data item with all positive numbers
cast(CAST((( dataitem * 100 )) AS DECIMAL(19,1)) as varchar(10))+ ' ' + '%'
the above syntax is working
when i use the same for a data item wh...