Viewing 15 posts - 16 through 30 (of 32 total)
Thank you for your feedback!
January 28, 2010 at 8:52 pm
On my place (BIDS 2008), when I use a multi-valued text parameter, the 'carriage return' is automatically converted to ', '.
So I am able to either pass it to...
January 27, 2010 at 10:19 am
I use multi-valued parameter for this situation.
January 27, 2010 at 9:36 am
Looks like you need a Group Number for the group1, RunningValue may help.
Try following Backgroundcolor expression for both Group2 and Detail Row.
=IIF( RunningValue(Fields!Group1FieldName.Value, CountDistinct, Nothing) MOD 2, "green","blue")
January 24, 2010 at 1:36 pm
I just gave it a try. Attached is a simple sample that based on the AdventureWorks database.
It should turn the drill-down, and the highest level shown in the same column.
Regrading...
January 19, 2010 at 11:24 am
Jack Corbett, thanks for your reply, it helps me.
erdem1973, sorry, I was wrong.
January 19, 2010 at 8:34 am
I'm not an expert. I think you can try adding another detail row. and then
put the current information in the original row, put the preview week information in the...
January 18, 2010 at 7:57 pm
I think just try put the highest level under the lowest level. In other words, when adding the parent group, put the parent information in the footer row.
January 18, 2010 at 7:51 pm
If following is the results of you dataset, you don't need a matrix report
col1 YYYYDD col2 col3 Total
A 200901 1 2 3
A 200902 4 1 5
B 200902 1 1 2
B...
January 16, 2010 at 10:37 am
For example, if you use "c:\temp\test.txt" as filename, it includes location.
or, using two variables, one represents location, one for filename, in your expression editor, concatenate these two.
January 5, 2010 at 12:41 pm
Not sure which way you accomplish this.
On the Excel Destination, if you select "Table or View" data access mode, when click the "New" to popup the Create "Table window",...
January 2, 2010 at 10:55 pm
Hi kbatta, Thank you for this post. It helps me too.
December 26, 2009 at 5:44 pm
If you pass a DATE type parameter, it should work.
For example, create a DateTime variable, and map it with DATE data type.
December 26, 2009 at 10:02 am
Yes, I mean BIDS, sorry for the typo.
My previous reply was based on the assumption that the executable needs input parameter(s).
Whenever you guys have better ideas, please share with us....
September 19, 2009 at 6:46 pm
Viewing 15 posts - 16 through 30 (of 32 total)