Hi, Thank you for your support. Actually the requirement is to check the value of a column if '0.00%' then it would be blank. First of all to check for a condition that if the value of a column is 0 then make it as '0.00%'. I have done it to make it as char fist using put() then || with percentage.Its working fine. For the next case While I am trying to check if the column value is '0.00%' then make it as blank,dats not working. I feel that when I am trying to check if the value is equal to '0.00%' then make it as col1=' ' ,it simply make it as blank || %. which cant match the condition anymore. thats why expected output is not coming. can you please help me how to resolve this one?? thanks, Puja
... View more