Viewing 15 posts - 91 through 105 (of 125 total)
Hi
Did you try the property Consume Container Withespace to false?
You can display on clicking on the yellow background of your designer.
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
June 3, 2015 at 1:42 am
Hi
Did you try to use the account that is running reporting service ?
You can see it on the configuration tool.
This is this service that is used by the...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
June 3, 2015 at 1:38 am
Did not notice that.
I will try. Thanks for the tips!
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 31, 2014 at 11:21 am
Hi Andy
Very good article but you can't compare 2 Tools that is for different user skill's level 🙂
I think in Report Builder you can not add references when you want...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 31, 2014 at 10:53 am
Can you put a sample data please ?
And then what you want the result to be.
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 9, 2014 at 8:01 am
Hi
Maybe You can add a new column to group the detail data and the summed data
and then use this column as your first grouping in the graph?
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 9, 2014 at 7:54 am
Hi
Sorry but I cannot visualize well your problem.
Can you post some pictures please?
When you Anchor a textbox in a rectangle, you have to take care of the CanGrow/CanShrink properties...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 9, 2014 at 7:51 am
Hi
How is your column data joined ? with a "space" or with a "coma"?
You can use the split() function:
split(<your field data>,<your separator>).GetValue(<index>).ToString
For example if the field contains "Big,Small"
To get...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 9, 2014 at 7:48 am
Hi
Yes it very simple to do it in version 2008.
Take a look at how the lookup() function works.
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
May 9, 2014 at 7:41 am
Hi,
Maybe you can use Rownum and Rowcount function ?
IF Rowcount - Rownum >= 3 THEN highlight ELSE do nothing
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
November 8, 2013 at 3:27 pm
Hi
I think you can do it wusing 2 columns
The first will be empty and will display the '+' and the second will display data.
Thne you have to use the hiding...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
October 19, 2013 at 5:18 pm
Hi
I think you can do this with the InScope() function.
Sorry, but I don't remember well how to use it.
In 2008, you can edit the total cells.
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
September 25, 2013 at 6:32 am
Hi
Yes it is possible.
I have already done it but under the same report.
If you want to call another report, you have to use the functionality "Jump to report"
This is possible...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
September 23, 2013 at 6:34 am
Hi
I don't think it is possible to attach it like this.
It is preferable you put the file locally on your computer and then attach it on your project
You can update...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
August 21, 2013 at 2:02 pm
Hi
Did you try using the split() function ?
=split(Parameters!SKU.Value,",")
You can affect the result into another parameter or simply add it on the dataset (tab parameters)
It will return a table value you...
:w00t: !!!GOOGLE IS YOUR BEST FRIEND!!! :w00t:
August 21, 2013 at 1:52 pm
Viewing 15 posts - 91 through 105 (of 125 total)