ajtoves
Posts: 5
|
| Posted: 04/27/2005, 6:53 AM |
|
Hi,
I have a table that is used by people in multiple locations and want my grid to display only those records based on a user's location. How can I implement this? Any help would be appreciated. Thanks
|
 |
 |
Nicole
Posts: 586
|
| Posted: 04/27/2005, 9:00 AM |
|
Hello,
You can filter a grid on a certain location by adding special parameter to WHERE section of form’s Data Source dialog. Do you have problems with settings up such parameter?
_________________
Regards,
Nicole |
 |
 |
ajtoves
Posts: 5
|
| Posted: 04/27/2005, 12:21 PM |
|
okay. I think I can do that, but can you give me an example?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/27/2005, 12:56 PM |
|
See below.
You can create other variations of this example, for example using Session variables or Search/URL parameters, instead of specific location name (Expression).
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|