Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Parameters on SQ01 Selection Screen

Former Member
0 Likes
933

Hi All,

I need a parameter field on Query Selection Screen , but all i see is select-options with additional features like prevent multiple selection etc.

The parameter field is like an indicator for example mark for deletion , if the user puts in "X" it works fine when user leaves it blank then it brings all the records (Irrespective of deletion indicator) and if the uses specifically say single value = ' ' (I mean space) then it works fine and considers only records which are not mark for deletion.

To work around i created a parameter in the infoset , when the user puts in "X", it works fine and when the user doesn't put in anything it brings in all the records.

I just want to bring records which are marked for deletion if its "X" and if its blank (with out even specifying single value = ' ' then bring records which are not marked for deletion.

Worst thing is when i declare through infoset then it displays as check box then i loose the option of saying single value = ' ',

so in this case records marked with deletion or all records options only but i want the third option which is records which a

Thanks

Hi All,

I need a parameter field on Query Selection Screen , but all i see is select-options with additional features like prevent multiple selection etc.

The parameter field is like an indicator for example mark for deletion , if the user puts in "X" it works fine when user leaves it blank then it brings all the records (Irrespective of deletion indicator) and if the uses specifically say single value = ' ' (I mean space) then it works fine and considers only records which are not mark for deletion.

To work around i created a parameter in the infoset , when the user puts in "X", it works fine and when the user doesn't put in anything it brings in all the records.

I just want to bring records which are marked for deletion if its "X" and if its blank (with out even specifying single value = ' ' then bring records which are not marked for deletion.

Worst thing is when i declare through infoset then it displays as check box then i loose the option of saying single value = ' ',

so in this case records marked with deletion or all records options only but i want the third option which is records which a

Thanks

1 REPLY 1
Read only

sandip_panchal
Explorer
0 Likes
507

Hi,

You can select standard table field but it will be select option.

Now you can pass blank value with "Single Value " selection option.