Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ehaze
  • Content: Threads
  • Order by date
  1. ehaze

    Hide Null Fields (Stacked)

    In my report footer, I need to hide fields that are null but keep the remaining fields together. Each fields control source is a formula / expression builder output. Report Footer: Field1 Field2 Field3 Field4 Desired output Field1 Field4 In this example, Field2 and Field3 are the only null...
  2. ehaze

    loop through nested datagrid export to excel

    I have a datagrid that is setup like this: Header row row row New Table row row row Basically a datagrid with parent a child relationship. I can export the primary table, but the nested child table is inserted into a single cell in Excel. How would you export the datagrid and...
  3. ehaze

    hashtable and three columns

    In my script, I'm querying a SQL Table and returning some records. The returned data set has three columns and a few rows. I can fill a hashtable if I'm only using two columns. When I try to use three columns, the script breaks. Cannot find an overload for "Add" and the argument count: "3"...
  4. ehaze

    Parse a URL?

    http://www.taco.com/site/subsite/bean/cheese/nacho.aspx Using PowerShell, how would I go about parsing out each section of the above URL? What I'm trying to get from the URL: www.taco.com site subsite bean cheese http://www.sharepointed.com/
  5. ehaze

    Looping though nested tables

    I'm trying to find a way to loop on a table within another table. Layout is like this: -Table -Row --Table --Row --Row -Row --Table --Row Using the script below, I can loop through the rows and export the data to Excel. But the nested tables are exported into a single cell in Excel. How do...
  6. ehaze

    servers and log file storage?

    4 server farm: 2 WFE 1 index 1 app with all logging enabled, will sharepoint create log files on all of the farm servers or just the WFE servers? thanks!

Part and Inventory Search

Back
Top