cancel
Showing results for 
Search instead for 
Did you mean: 

Removing Not assigned vales in the webtemplate

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

wat u can do is while designing the query u can do that easily.

for e.g. u r getting values for Characteristic Char1

if u r having this char1 in rows

Take char1 in Default values

right click and hit restrict

in new dialog box u can bring in # from Single values and bring it to right screen.

now look for red square on the top of dialog box.

select # and hit that red square.

this way u r excluding the # or not assigned values.

so upon query execution i t will not display the # values

u r using the same query as a dataprovider in WAD.

so it should work for ur query execution.

hope that works.