Skip to content

Marc D Anderson's Blog

  • Home
  • Speaking
  • Books
  • About
  • Contact
  • Sympraxis Consulting
  • Privacy Policy
Facebook X Linkedin Github
Marc D Anderson's Blog
  • SharePoint

    string;# Before Values in a SharePoint List’s Lookup Column Based on a Calculated Value

    ByMarc D Anderson August 13, 2008April 23, 2009

    I’ve seen lots of posts discussing this, but no workarounds.  Here’s the situation: One list (List 1) contains a list of values that are calculated (say ColumnC = ColumnA & ColumnB) Another list (List 2) uses ColumnC above as a lookup for one of its columns If you go into Datasheet view for List 2,…

    Read More string;# Before Values in a SharePoint List’s Lookup Column Based on a Calculated ValueContinue

  • SharePoint

    Counting Subsets of Items in a Data View Web Part (DVWP)

    ByMarc D Anderson August 8, 2008May 14, 2009

    I’ve posted about this application before. It helps my client manage their inventory of sports tickets which they can use with their clients and vendors.  They have a regulatory reporting requirement to maintain information about who uses the tickets and what their relationship is. In this case, we wanted to be able to count the…

    Read More Counting Subsets of Items in a Data View Web Part (DVWP)Continue

  • SharePoint

    Reformatting Code in Visual Studio

    ByMarc D Anderson August 6, 2008

    This is one of those things that I can never find — I know it’s there somewhere, but it isn’t where I expect it.  Formatting your code ensures standardized usage of indentations and spaces. It also adds and removes lines near the brace characters that delimit code blocks.  This is especially useful if you find…

    Read More Reformatting Code in Visual StudioContinue

  • SharePoint

    SharePoint !NEW Item Icon

    ByMarc D Anderson August 5, 2008November 10, 2009

    It’s a simple little thing to put into your DVWP, but by adding this little snippet of XSL: you can automagically get the little icon we’re all so used to seeing if an item has been created within a fixed set of time.  The ddwrt:IfNew function simply tests to see if the date you pass…

    Read More SharePoint !NEW Item IconContinue

  • SharePoint

    SharePoint with SQL 2000 vs. SQL 2005: CAML Strictness

    ByMarc D Anderson August 5, 2008

    I’m working at a client that is developing a highly complex application which is using SharePoint to store some of its content.  The application is written in C# and contains a lot of CAML to go grab content from SharePoint, of course. We realized the other day that while the developers are working in an…

    Read More SharePoint with SQL 2000 vs. SQL 2005: CAML StrictnessContinue

  • SharePoint

    SharePoint List Column Naming Best Practice

    ByMarc D Anderson July 30, 2008

    Try to use English column names (like "Finding Filed By" rather than "FindingBy").  It’ll make your UI nicer to look at.  Also beware of the fact (you’ve no doubt noticed this) that there are actually two names for each column, the display name and the internal name. For instance, if you create a column called…

    Read More SharePoint List Column Naming Best PracticeContinue

  • SharePoint

    Interesting Article on SharePoint at Computerworld

    ByMarc D Anderson July 30, 2008

    There’s an interesting article on SharePoint over at the Computerworld Web site:SharePoint challenges IT as the Excel, Access of the day. The most interesting part to me is the is the unflattering comparison between the evolution of SharePoint and Lotus Notes usage in the enterprise: "Departmental users used those tools to build applications that collect…

    Read More Interesting Article on SharePoint at ComputerworldContinue

  • SharePoint

    Use SharePoint Designer to Email Daily Task Reminders

    ByMarc D Anderson July 27, 2008

    Paul Galvin has written a very nice article over at the new SharePoint Magazine about how to set up daily email task reminders just using SharePoint Designer.  The article is well written and shows how you can get something done that you might have been sure you needed to go to Visual Studio to accomplish….

    Read More Use SharePoint Designer to Email Daily Task RemindersContinue

  • SharePoint

    SharePoint Stump the Panel

    ByMarc D Anderson July 24, 2008

    There’s a new forum over at EndUserSharePoint.com called Stump the Panel.  The goal is to answer questions from real end users — no fancy coding allowed, just "out of the box" functionality available through the UI (they acknowledge that a little XSLT is OK). If you like brain teasers of the SharePoint variety, check it…

    Read More SharePoint Stump the PanelContinue

  • SharePoint

    STSADM Command Extensions for SharePoint (ApplyMaster Example)

    ByMarc D Anderson July 24, 2008April 21, 2009

    My colleague Mauro Cardarelli posted a simple code snippet yesterday to determine the GUID for an SSP.  It worked, and he accomplished what he wanted to accomplish, but my first thought was: STSADM command extension. If you’ve worked with SharePoint much at all on the server, you’re very familiar with STSADM.  It’s the command line…

    Read More STSADM Command Extensions for SharePoint (ApplyMaster Example)Continue

Page navigation

Previous PagePrevious 1 … 99 100 101 102 103 … 115 Next PageNext

Need help with the SharePoint Framework (SPFx), Learning Pathways, or PnP Modern Search? Our 1-Hour Jumpstarts may be for you!

Recent Comments

  • Michael Hanes on Connecting to Multiple Tenant Sites in a foreach Loop with PnP.PowerShell – Efficiently
  • Marija on Dear Microsoft: Stop It with Copilot, Already
  • Company Branding on Brand Kits in Microsoft 365: Two Features, One Goal — and Why You Should Care About Both
  • Marc D Anderson on The Trick to Using Lookup Columns with Content Types from the Content Type Hub
  • Colin Gardner on The Trick to Using Lookup Columns with Content Types from the Content Type Hub

Series

  • SharePoint Online Search Isn't Displaying What I Expect (2)
  • Sympraxis Client Side Development Pipeline (2)
  • Looping Through Content in a SharePoint 2013 Site Workflow (4)
  • Single-Page Applications (SPAs) in SharePoint Using SPServices (4)
  • SPServices Stories (21)
  • Moving from SPServices to REST (6)
  • Create a Simple SharePoint 2013 Employee Directory on Office365 (5)
  • Unlocking the Mysteries of Data View Web Part XSL Tags (21)

© 2026 Marc D Anderson's Blog - WordPress Theme by Kadence WP

Scroll to top
  • Home
  • Speaking
  • Books
  • About
  • Contact
  • Sympraxis Consulting
  • Privacy Policy