Skip to Content
-1
Jan 05, 2023 at 06:30 AM

Delete/Replace content of column with blank value

60 Views Last edit Jan 05, 2023 at 06:37 AM 2 rev

Hi Everyone,

The internal table contains contains field A,B,C,D

I need to remove the contain of D

suppose table has following entries:

A B C D

1 2 3 (blank)

4 5 6 .00

7 8 9 .00

0 6 1 (blank)

Requirement is to remove ".00" and keep it blank

How can this be achieved?

Thanks.