Date: Wed, 22 Sep 2010 15:35:07 -0400
Reply-To: Chang Chung <chang_y_chung@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Chang Chung <chang_y_chung@HOTMAIL.COM>
Subject: Re: EG Users and Formats
On Wed, 22 Sep 2010 12:03:17 -0700, Sterling Paramore <gnilrets@GMAIL.COM>
wrote:
...
>>> When they open up the query
>>> builder
>>> and filter on x = "Two", they of course do not get any results.
>>> ...
>>> While there is an option in the query builder to "Get Values", this only
>>> searches the first 100,000 rows of a dataset and some of the datasets
>>> I have are much larger than this.
...
All right, then. Bad, bad, EG! :-)
Seriously, then, you may want to create a view, in which the values are
replaced with the value labels, and expose this view to the user, so that
when the users filter on x = "Two" it should work. Just an idea.
Cheers,
Chang
|