peterb58
IS-IT--Management
- Mar 20, 2005
- 110
I have a requirement to allow users to have an ..ALL option in a parameter. I simply select the column from the table and Union it with appropriate text. e.g
Select LW_Name from LW_Workers
Union
Select '..All LW_Workers'
This then puts the '..All' at the top of the list. This has worked well up to now. I then use an If - Then in the Selection formula to pull out the date for ..All or just the selected item.
It seems there is a limitation in the amount of items that can be shown in the resultant parameter list. There are 1365 entries in the table, and I am only being shown 1005.
Is there a way to increase the results shown by the Command.
Previous usage of this has been on smaller tables, so never encountered the problem.
CRXI on Sybase 11.
Running on Windows 7.
thanks
Pete
Select LW_Name from LW_Workers
Union
Select '..All LW_Workers'
This then puts the '..All' at the top of the list. This has worked well up to now. I then use an If - Then in the Selection formula to pull out the date for ..All or just the selected item.
It seems there is a limitation in the amount of items that can be shown in the resultant parameter list. There are 1365 entries in the table, and I am only being shown 1005.
Is there a way to increase the results shown by the Command.
Previous usage of this has been on smaller tables, so never encountered the problem.
CRXI on Sybase 11.
Running on Windows 7.
thanks
Pete