cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove suppress from display queue

Former Member
0 Kudos

Hi All,

I have various SUPPRESS in DISPLAY queue is there a way to put a null inplace of them?

Regards,

XIer

Accepted Solutions (0)

Answers (2)

Answers (2)

justin_santhanam
Active Contributor
0 Kudos

Xier,

If I understood ur requirement correctly, if you use Display queue then it shows as below

123

234

<b>[SUPPRESS]</b>

233

<b>[SUPPRESS]</b>

100

345

<b>[SUPPRESS]</b>

You want the output to be as below , is it?

123

234

<b>[]</b>

233

<b>[]</b>

100

345

<b>[]</b>

raj.

Former Member
0 Kudos

Put "*" instead of supress value..it will select all records for them.

Nilesh