| bio | website | blog.damontimm.com |
|---|---|---|
| location | United States | |
| age | ||
| visits | member for | 1 year, 10 months |
| seen | May 10 at 15:06 | |
| stats | profile views | 11 |
|
Mar 19 |
comment |
Get value from drop down using jQuery (lookup column) @DavePaylor - I am using 2007, maybe that's the difference? It generates a strange input field with lookups of more than 20 items that has a hidden input field that manages the value changes via javascript. Or something. |
|
Mar 18 |
comment |
Get value from drop down using jQuery (lookup column) So - that doesn't work for me. If I do $("#my_lookup_input_id").val() I get the original value but if I do $("#my_lookup_input_id option:selected").val() I get undefined. (same for just :selected). |
|
Mar 18 |
comment |
Get value from drop down using jQuery (lookup column) @andrew.petersen15 - it is rendered as an input tag. |
|
Mar 11 |
comment |
Design Workflow that Emails People in Assigned To (Except for Created By) Hi and thanks! This gets me close to the answer but not the last part: if I create a task and assign myself plus three other people, the three other people would get an email (but I would not) ... I am beginning to think it may not be possible to do in SPD2007. |
|
Mar 8 |
comment |
Design Workflow that Emails People in Assigned To (Except for Created By) So - with this, I am able to email the folks who are in the AssignedTo column. However, my questions is, that I want to email those folks in AssignedTo who are not the Current Item:Created By. That is, I don't want to email myself when I assign myself a task. I only want to email the other people I may have assigned. |
|
Mar 7 |
comment |
Design Workflow that Emails People in Assigned To (Except for Created By) Thanks for your suggestion, but I am having trouble following the logic/approach. Where do you get "Workflow Context" optoin? I don't see that one ... are you on SPD 2007? |
|
Mar 6 |
comment |
Design Workflow that Emails People in Assigned To (Except for Created By) SharePoint Designer for 2007 (although I heard they will upgrade to 2010 at some point). |
|
Sep 11 |
comment |
Import Sharepoint List into Excel Using VBA Only You may have a type in the LISTNAME or VIEWNAME or SERVER variables; I am using this on Excel 2007 (and 2003) without an issue. |
|
Sep 11 |
comment |
Update List from Excel using VBA This method of syncing works for me; I have Excel 2007 at work which causes issues when I try to save all this but I am still trying to work around it. |
|
Feb 13 |
comment |
Import Sharepoint List into Excel Using VBA Only Thanks for the suggestion - I finally found a way via Google. Took a while to track it down and get it to work. Am not that savvy in VBA. Thanks |
|
Oct 7 |
comment |
Suggestions for implementing relationships between two lists This is an interesting idea - I tried playing with it but it will take a little work on my part to understand it fully. Will definitely be looking into it, however. |
|
Sep 30 |
comment |
Suggestions for implementing relationships between two lists We are running Sharepoint 2003 ... which, the system admin tells me, doesn't include this web part. Sigh. |
|
Sep 29 |
comment |
Suggestions for implementing relationships between two lists Thanks for this - I am going to head off and investigate your suggestion and see if it fits the bill. I like simple. |
|
Sep 6 |
comment |
Calculate Time Passed After Item Created Using Javascript (or other) I got the jQuery example from Alex to work - nicely done. Thanks! |
|
Aug 23 |
comment |
How do I use “Approval Status” in a Calculated Field That's not a bad idea - if there isn't a solution to the calculated field quandary I am going to have to think outside the box. |
|
Aug 23 |
comment |
How do I use “Approval Status” in a Calculated Field I am not sure where to find its type -- it is added by the Workflow (Approval Workflow). It doesn't show up in my list of Columns ... |
|
Jul 7 |
comment |
How do I find/replace text in a default value's calculated field? I don't have access to SharePoint designer - would have to talk with IS to get that implemented ... but, I appreciate your insight on the REPLACE function. I'm sure to need that soon. Thanks! |
|
Jul 6 |
comment |
How do I find/replace text in a default value's calculated field? That SPServices looks interesting but is probably a little more intense than what I was looking for ... anyhow, I was able to use this =RIGHT(Me,LEN(Me)-14) and it is working great (or as good as I can hope without really getting into it). Thanks. |