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...
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...
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
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...
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...
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
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
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
Can anyone tell me why I'm getting the following error:
"Index as outside the bounds of the array"
I get it whenever I have code perform a Radio Button click.
mongr1l
Hello.
Back when I was developing in ASP, I did many of my menus with rollover effects. However, it was a pain to implement because I had to create javascript functions that basically switched the jpg image for different mouse-move states of the object in question.
I'm wondering if there is a...
I'm trying to import into a db a file that is 19 million records big.
Each record consists of 20 fields, each nvarchar of 20 in length.
I have 115 gigs free space on the drive for the data file, and 115 gigs on the log drive.
The log and data are on separate drives.
When I DTS the file into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.