| Author |
Message |
R Verma
Guest
|
Posted:
Fri Dec 31, 2004 11:25 am Post subject:
Choosing information based on another combo |
|
|
I have 2 lookup tables. I want to be able to filter the data that shows in
the list of the second based on the choice in the first. Is there any way of
doing this without writing asp. I'm new to sharepoint and don't know asp or
such. |
|
| Back to top |
|
 |
Bil Simser [MVP]
Guest
|
Posted:
Fri Dec 31, 2004 11:35 am Post subject:
Re: Choosing information based on another combo |
|
|
There's no way to do this without doing some pretty funky javascript
(dynamically switching pages and such). SharePoint doesn't involve asp
at all and uses asp.net instead.
--
Bil Simser
http://weblogs.asp.net
"R Verma" <R Verma@discussions.microsoft.com> wrote in message news:R
Verma@discussions.microsoft.com:
| Quote: | I have 2 lookup tables. I want to be able to filter the data that shows
in
the list of the second based on the choice in the first. Is there any way
of
doing this without writing asp. I'm new to sharepoint and don't know asp
or
such. |
|
|
| Back to top |
|
 |
Hollis D. Paul
Guest
|
Posted:
Fri Dec 31, 2004 5:52 pm Post subject:
Re: Choosing information based on another combo |
|
|
In article <6987A899-402C-43E6-A93C-7579E1C37C19@microsoft.com>,
=?Utf-8?B?UiBWZXJtYQ==?= wrote:
| Quote: | I have 2 lookup tables. I want to be able to filter the data that shows in
the list of the second based on the choice in the first. Is there any way of
doing this without writing asp. I'm new to sharepoint and don't know asp or
such.
You can do this using FrontPage 2003. |
If you use the Data View webpart for the lookup, you can set the first in the
style of a dropdown listbox, and edit in a little bit of code using FrontPage so
that it will fire on selection and filter a second Data View webpart.
I am currently using three Data View webparts on a page, the first shows the
categories defined on the documents in a doc library, the second displays all
the documents of the selected category in the doc lib, and the third displays
the selected .mht file in an inline frame. The one sticking point I have left
is getting the category list to be a list of the unique categories, not a list
of the category defined for each document.
The relevant instructions for doing this are to be found in the FrontPoint blog:
http://blogs.msdn.com/frontpoint
HOWTO: Fire a connection from the Drop-down view style of the Data View Web Part
http://blogs.msdn.com/frontpoint/articles/136876.aspx
Using a form to filter a data view web part - or NOT
http://blogs.msdn.com/frontpoint/archive/2004/06/10/152935.aspx
I will write all this up in a pretty doc when I have the last kink with the
unique categories figured out.
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US
Mukilteo, WA USA |
|
| Back to top |
|
 |
Hollis D. Paul
Guest
|
Posted:
Tue Jan 18, 2005 9:58 pm Post subject:
Re: Choosing information based on another combo |
|
|
In article <DF0F646E-9A83-43C2-B065-3AD2E05C084B@microsoft.com>,
=?Utf-8?B?UiBWZXJtYQ==?= wrote:
| Quote: | Thanks so much for all the info. I created a page with my two combos and it
filters fine. Now, how do I use that .aspx in sharepoint? I need to add
those two combos onto an existing issue list.
Well, I keep that page in a separate doclib named RSS Feeds, and when I want to |
see the list of files, I go to that doclib and double click on its name. Up
comes the page and I can work with the lists and files.
I also put a link to that page in the Links list on the site home page.
I do not know for sure, but you may be able to copy the controls from the page
you built it on to the page you want to see it on, using FP2K3.
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Mukilteo, WA USA |
|
| Back to top |
|
 |
R Verma
Guest
|
Posted:
Wed Jan 19, 2005 1:07 am Post subject:
Re: Choosing information based on another combo |
|
|
Thanks so much for all the info. I created a page with my two combos and it
filters fine. Now, how do I use that .aspx in sharepoint? I need to add
those two combos onto an existing issue list.
"Hollis D. Paul" wrote:
| Quote: | In article <6987A899-402C-43E6-A93C-7579E1C37C19@microsoft.com>,
=?Utf-8?B?UiBWZXJtYQ==?= wrote:
I have 2 lookup tables. I want to be able to filter the data that shows in
the list of the second based on the choice in the first. Is there any way of
doing this without writing asp. I'm new to sharepoint and don't know asp or
such.
You can do this using FrontPage 2003.
If you use the Data View webpart for the lookup, you can set the first in the
style of a dropdown listbox, and edit in a little bit of code using FrontPage so
that it will fire on selection and filter a second Data View webpart.
I am currently using three Data View webparts on a page, the first shows the
categories defined on the documents in a doc library, the second displays all
the documents of the selected category in the doc lib, and the third displays
the selected .mht file in an inline frame. The one sticking point I have left
is getting the category list to be a list of the unique categories, not a list
of the category defined for each document.
The relevant instructions for doing this are to be found in the FrontPoint blog:
http://blogs.msdn.com/frontpoint
HOWTO: Fire a connection from the Drop-down view style of the Data View Web Part
http://blogs.msdn.com/frontpoint/articles/136876.aspx
Using a form to filter a data view web part - or NOT
http://blogs.msdn.com/frontpoint/archive/2004/06/10/152935.aspx
I will write all this up in a pretty doc when I have the last kink with the
unique categories figured out.
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US
Mukilteo, WA USA
|
|
|
| Back to top |
|
 |
|
|
|
|