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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Mongr1l

  1. Mongr1l

    2K5 Reporting Services Crashes

    I'm trying to develop an MDX report using the Report Wizard. The Report Wizard creats the report just fine initially. I can preview just fine. But when I switch to layout mode and try to expand the columns, then switch to preview mode, VS crashes. Do I need to load some sort of patch for 2k5...
  2. Mongr1l

    MDX... cool, but why?

    Ok, I've just recently be venturing into MDX scripts and such. I'm learning how to extract complicated info such as rolling avgs and trends. However, how do I deliver this to an end user? I mean, I know about OLAP clients with pivot tables such as XL 2007, but thats only good for pulling...
  3. Mongr1l

    MSSQL 2005 Reporting Services, OLAP

    I'm looking for a good resource to help me develop reports using MSSQL 2K5 for OLAP cubes, specifically using the matrix table. Suggestions?
  4. Mongr1l

    Portable Cube - Excel Pivot Table alternative?

    Hello. I am currently frustrated by Excel's 65k row limit for my portable cube. Some of the cubes I design exceed 65k. Is there an alternative? Perhaps Crystal Report? If so, where do I look. mongr1l
  5. Mongr1l

    ScreenShots for Marketing Documentation

    Ok, this is going to sound lame, but here goes: So now that i'm done developing the application (yipeeee!), I now have to create marketing presentation material, complete with screenshots and bullets. ????????? They didn't teach me this part in college, although I'm sure it's soooooooooooooo...
  6. Mongr1l

    Formatting Zero Values?

    I have a label control that is bound to a field on a table in a dataset. The field is of type decimal. I'm trying to format the field such that it shows 8 decimal places -> ds.somefld.ToString("0.00000000") This works fine so long as there is a value greater than Zero. However, if the value...
  7. Mongr1l

    Bootstrapping, Installer, etc

    Thanks, Pat!
  8. Mongr1l

    Bootstrapping, Installer, etc

    I'm using VS2k3. Thanks!
  9. Mongr1l

    Sort by Value Field?

    I'm sorry.... when I said Value, I meant a MEASURE.
  10. Mongr1l

    Sort by Value Field?

    is it possible to sort a cube by a value as opposed to a dimension? mongr1l
  11. Mongr1l

    Bootstrapping, Installer, etc

    I'm wondering if anyone can point me to a good link that demonstrates how to wrap up my project into a deployment package. Thanks. mongr1l
  12. Mongr1l

    DataGrid Boolean Control set to not Visible

    Ok, I found a work around. I simply had the code redefine the tablestyles to exclude the boolean controls. For this particular instance, it works. But may not be suitable for others. mongr1l
  13. Mongr1l

    DataGrid Boolean Control set to not Visible

    Ok, I know how to manipulate the properties of a text column in a DataGrid: Friend With Event someGrDTxtbx as DataGridTextBox someGrDTxtbx = someGrdTxtbxColumn.TextBox someGrdTxtbx.Visible = False But how do I do it for a Boolean Grid Column? mongr1l
  14. Mongr1l

    Dataset Aggregrate

    Is there a way to do an sql aggregrate on a dataset? Something like "Select Category, Product, Sum(cost) from Products group by category, Product"? I know that DataViews have rowfilter and sort, but I'd like something more direct? Ideas? mongr1l
  15. Mongr1l

    Radio Button PerformClick Error?

    Nevermind. The problem was elsewhere, ignore this post please.

Part and Inventory Search

Back
Top