Viewing 15 posts - 16 through 30 (of 47 total)
the question is really "I have an HTML source, how do I put it into a table?"
Excel is a red herring, it just opens everything 🙂
I think you can do...
April 16, 2012 at 7:28 am
you can set the property to 32 bit when you deploy it
February 27, 2012 at 10:01 am
can you not kill all instances of Excel?
with something like
private void killExcel()
{
...
February 2, 2012 at 5:05 am
i just had this in SSRS 2008
and the parameter order change fixed it
but the parameters are different in 2008, on the report data...so i had to manually delete one and...
February 2, 2012 at 3:04 am
iPolvo (12/19/2011)
darth_vodka (12/2/2011)
a simple question (yes i've tried googling, no luck!)
i want to silo my cube between three network groups
North - who can only see North data
South - who can...
December 20, 2011 at 2:30 am
urgh
had to delete the table from the DSV, re-add the table,
re add the dimension, process, add it back in the cube
all for changing a field in the back from varchar(30)...
December 13, 2011 at 6:43 am
aaaaaaaaaaaaaaah
brilliant
memo to self...use "IS NULL" not "ISNULL"
thanks guys
December 1, 2011 at 6:53 am
hi
personally, i'd just create a dimension of [OrderCharge].[Charge] (a boolean one)
a dimension of the order number, say [OrderNumber].[OrderNumber]
then create a distinct count measure via the wizard, right click a measure...
November 7, 2011 at 7:26 am
actually i think that's answered earlier in the thread
The call we had open with MS said that the BIDS runs with the 32-bit oracle client, and when scheduled ssis packages...
October 25, 2011 at 3:54 am
There might be other solutions but this is the easy one I know because I have helped someone using VS2010 back in 2010 with the same solution. In my...
October 25, 2011 at 3:47 am
On 64-bit servers, you'll need to install the 32-bit and 64-bit Oracle client. The reason is that the Visual Studio components still run in the 32-bit runtime.
Steve
ah, i feared...
October 24, 2011 at 10:07 am
i have a similar one now working...
just make sure your key column is your key column and your NameColumn is your name...
October 5, 2011 at 7:18 am
Brandon Carl Goodman (9/17/2011)
I have a project...
September 19, 2011 at 8:37 am
a very simple question that I'm sure I did before, but is eluding me...
how do you get
[Bikes] [Mountain NBikes]
[Bikes] [Road Bikes]
[Bikes] [Touring Bikes]
onto the rows? i.e. A parent and its...
July 27, 2011 at 5:48 am
Viewing 15 posts - 16 through 30 (of 47 total)