Hi ,
I want to remove Not assigned values for the characterstic how can be done this in WAD 3.5
I know how to remove the # values for the chararcterstic I have written the Table class interface program as below
IF I_CHAVL EQ '#'.
replace '#' with '_' into c_cell_content.
replace '#</a>' with ' </a>' into c_cell_content.
ENDIF.
endmethod.
It works fine but when I replace # with Not assigned it is not working
As I have text data for my characterstic at the Query level I select text to be displayed in the properties of the characterstic ,if I select the key the above code works fine but I want to select the characterstic display as text and it should show blank in the webtemplate where ever it is Not assigned
Regards
Maya