Ted
|
| Posted: 07/06/2002, 8:33 PM |
|
Ok. I am having a bit of a problem.
I have created a table for new customers. In the table is a field called Status. When a customer signs up the form inputs a 1 into the status field.
I want to create a grid that will show only people with a status of 1. Anyone have Any helpfull ideas here. I have been workin on this for hours and have got no further then when I started.
|
|
|
 |
Ted
|
| Posted: 07/06/2002, 8:40 PM |
|
Oh...and forgot I am using CCS 1.0.6
|
|
|
 |
Nicole
|
| Posted: 07/08/2002, 7:09 AM |
|
Ted,
You can do it by adding table parameters to table Data Source. Open Data Source dialog, click on "Plus" icon. In opened Table Parameter window select Condition Type = Expression and enter Where condition like:
table_name.field_name=1
|
|
|
 |
|