Disable Data Selection

tlwalker3

Active Member
Hey List,
Is there a way to disable "Data Selection" from a spacific report? We found a statement on a SAR that explained that you could "Hardcode" the Data Selection in the report, and that the user's selections would be ignored. This would work too, but how do you set that up?
 
Hi Tim

You'll find that data selection has been discussed in many a post (mainly in the developers forum). In your case the main thing to do is to put the following System Function
' Set Selection append flag = <No>'
into the intiliase section of the UBE. This will cause the UBE to ignore the data selection entered by the user.

Rgds, Sef
 
Back
Top