Viewing 15 posts - 1 through 15 (of 36 total)
Thank you Daniel, this is what I ultimately decided on doing. I am just trying to decide on how I want the tablixes to filter the data. Not sure if...
October 23, 2012 at 10:56 am
Thank you, the problem was the result of both! (the parameters not being passed correctly, as well as expressions in the subreport to return all when none were selected)
October 22, 2012 at 1:07 pm
Thank you, I will look into WMI Data Reader Task functionality to see if this can aid with my goal. But more generally, I was seeing if I could understand,...
October 8, 2012 at 6:08 pm
Correction- the folder is there. However, there are no data sources under the Data Sources folder.
October 2, 2012 at 2:49 pm
Sorry in advance for my novice question, but how will a CASE WHEN ISMEMBER() THEN clause be useful if the user is tasked with writing his own query in the...
September 26, 2012 at 7:50 pm
That was a clever solution you found. I've also experienced this issue before, as it is quite common. Sometimes I've found the solution to lie in setting the "ConsumeContainerWhiteSpace" property...
September 25, 2012 at 9:56 am
How are you entering the values for your child parameter? Are you getting values from a query? If so, I'd recommend using a clause to remove the Filter1 value from...
September 24, 2012 at 1:05 pm
Try entering N2 in the format property of the textbox
September 24, 2012 at 12:57 pm
What is the expression you're using?
September 24, 2012 at 12:54 pm
Sorry and thanks.
September 5, 2012 at 9:21 pm
Wanted to update this thread with my solution should anyone else come across this issue. The following is the code that was ultimately used, which also applies some conversion and...
September 3, 2012 at 11:37 am
How will upgrading to 2012 work around this limitation? From what I understand, the limitation is on the Excel side (max 256 columns per worksheet). Upon further investigation, I found...
September 3, 2012 at 9:15 am
Way too complicated imo. I would simply create a view that joins on a range table with degree values like "high," "medium," "low" and then use boolean expressions to set...
August 31, 2012 at 1:17 pm
wcikanek (6/19/2012)
EXCEL 2007 will get you to 1 million row limit, and 2010 is the same.
What about bypassing the 256 column limit? Is there anyway to bypass this? I have...
August 27, 2012 at 7:21 am
To address this issue, use a view and join on the appropriate accounts. You can sum in the dataset queries or through expressions in the cells.
August 20, 2012 at 5:31 pm
Viewing 15 posts - 1 through 15 (of 36 total)