4
votes
3answers
2k 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 …
3
votes
5answers
149 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 …
3
votes
4answers
360 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 …
1
vote
1answer
25 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 …
0
votes
1answer
37 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
1answer
308 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
5answers
850 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 …
