SqlDbx Forum

SqlDbx

You are not logged in.

#1 2009-09-22 20:04:49

rony
Member

Give more functionality to the filter option

In the Filter option (Rigth click on the grid ->> Filter), Add an option to write the operation and value to filter

ie:
SELECT * FROM Customers


CustomerID CompanyName                              ContactName             PostalCode
---------- ------------------------------------ --------------------  ----------
ALFKI       Alfreds Futterkiste                           Maria Anders               12209     
ANATR      Ana Trujillo Emparedados y helados    Ana Trujillo                  05021     
ANTON      Antonio Moreno Taquería                 Antonio Moreno            05023     
AROUT      Around the Horn                             Thomas Hardy             WA1 1DP

I want to see the customers with PostalCode = 135000, In the grid, rigth click in PostalCode attribute ->> Filter
In the last option i want to write the value "= 135000" or "135000"

------------------------
- PostalCode =  122009 -
- PostalCode != 122009 -
- PostalCode <  122009 -
- PostalCode >  122009 -
- PostalCode = 135000  -
------------------------

when ther isn't operation silbol, the operation is "="

Offline

#2 2009-09-23 21:18:58

sqldbxhelp
Administrator

Re: Give more functionality to the filter option

I am not sure about this one. Why just not to query for 135000

Offline

#3 2009-10-01 08:30:44

rony
Member

Re: Give more functionality to the filter option

It is not very important, but I used it in  Ms Access and is usefull.

Offline

#4 2009-10-01 14:00:05

sqldbxhelp
Administrator

Re: Give more functionality to the filter option

I'll take a look how MS Access does it and see if it makes sense to implement it

Offline

Board footer

Powered by FluxBB