Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
7k views

sharepoint 2007 - custom content type - filtered lookup column

I had defined a custom content type, and I am trying to define a filtered lookup column. I can select the list from where to pick up the column I need, but I can't find any example of the needed ...
4
votes
4answers
934 views

how to restrict or filter database access according to application user attributes

I've thought about this too much now with no obviously correct solution. It might be a real wood-for-the-trees situation, so I need stackoverflow's help. I'm trying to enforce database filtering on ...
2
votes
1answer
54 views

When Does Django Perform the Database Lookup?

From the following code: dvdList = Dvd.objects.filter(title = someDvdTitle)[:10] for dvd in dvdList: result = "Title: "+dvd.title+" @ "+dvd.price+"." When does Django do the lookup? Maybe it's ...
2
votes
5answers
440 views

How do I create a “filter by price” type of query?

I'm using VBScript (ASP Classic) and SQL Server; I'm trying to have a section on the website where you can see a count of products at certain price levels. Something like: $50 - $100 (4) $100 - $500 ...
1
vote
3answers
139 views

Highly filtered search based on multiple conditions

I have two tables in a restaurant search done in php. All the information about the restaurant type, facilities, cuisines are in entered to Table2 -'stack' with reference to their restuarant id in the ...
0
votes
1answer
316 views

SharePoint 2007 Dynamic Filtered Lookup

Good morning, all. I'm looking for help with setting up a library template in SharePoint 2007. Here are the details: I have a parent site with several subsites. I want to set up a library template ...
0
votes
1answer
38 views

Need help building a menuopt file for Jenzabar CX

I'm not sure if anyone out here uses Jenzabar & ACE reporting, but the question is specific to that as far as I know. I'm building an ACE report and the menuopt file for it has to be modified to ...
0
votes
1answer
192 views

Lookup Filter dropdown incomplete in programmatically altered SQL backend Access database

In this thread a user had problems with the lookup filter being missing in an acess database that had a SQL server backend. The problem was easily solved simply by checking on an option in the ...
0
votes
1answer
463 views

SSIS Lookup with filtered reference table

I am trying to improve the performance of a SSIS Package. One thing I got startted with is to filter the reference table of the Lookups. Until now, I was using a table as a reference table for that ...
0
votes
1answer
454 views

Can I create a lookup field that only returns “Current” list items?

I'm working with Sharepoint 2.0 (WSS2) and need to create a lookup field that draws the name of an Issue from an Issue List. The trouble is, it does not appear that I can filter this lookup so that ...
0
votes
2answers
2k views

sharepoint lookup field how to programattically filter to lookup only in current document library

I want the lookup field to be filtered to only display titles from the current document library (meaning the document library that the user is currently in). I cannot specify the document library b/c ...
0
votes
4answers
1k views

Filtering out duplicate values at runtime in a sql database - set based

I have a database issue that i currently cannot wrap my head around with an easy solution. In my db I have a table that stores event values.. 0's and 1's with a timestamp. Issue being that it is ...