Viewing 15 posts - 61 through 75 (of 111 total)
No need to do =SPLIT(JOIN..., in SSRS 2008
It can be done in the properties, in the action section. Just add the parameters.
The problem that can show up, is when any...
October 15, 2012 at 3:20 am
Doesn't work for me.
Do you have another example?
October 12, 2012 at 6:51 am
This is something usefull to know.
If you get the solution for relational DB, post it here.
Thanks!
Regrdas
October 12, 2012 at 5:18 am
Found the bug.
New Challenge:
So now I have 2 parameters, but instead, these 2 parameters, it is possible to have only 1 with the same values?
For example in 1 parameter:
Air Force...
October 12, 2012 at 4:15 am
Not working body.
I got this:
Dataset1
SELECT distinct chapter
FROM chapter_capacity_table
Dataset2
Select distinct capacity
FROM chapter_capacity_table
WHERE (chapter in @Chapter)
!?
Thanks
October 12, 2012 at 3:24 am
Basically what i want is to dynamically populate a parameter based on the selection of a previous parameter.
Solutions?
Regards!
October 12, 2012 at 2:54 am
Thanks
ANd how do I do that? I've never done that before.
So I create 2 parameters: 1 with the chapter and another that shows all capacities related to the selected chapter....
October 12, 2012 at 2:21 am
Imagine a field with chapters and another with capacities.
Capacities are in chapters. For example:
Air Force (chapter)
Defense (capacity)
Protection (capacity)
Missil Acquisition (capacity)
Navy (chapter)
...
October 11, 2012 at 10:35 am
Thath was my plan, but it is possible to make a bar chart clickable?
What can be done, that I know of, is make all the report clickable.
Thanks
Regards
October 11, 2012 at 2:40 am
Thanks
It is possible to base a Traffic Light indicator comparing values from textboxes?
For example:
I have to compare these 2 columns:
%Realized (the data to this cell is based in an expression...
October 8, 2012 at 9:08 am
Found the solution!
Here it goes
DATEDIFF(DAY, ProjectStartDate, ProjectFinishDate) AS TotalProjectDuration
October 8, 2012 at 8:00 am
OK
It is possible to base a traffic light on textboxes values?
I got:
Textbox1 (% Realized)
Textbox2 (% Planned)
I want my indicator to light up green when: % Realized > % Planned; Red...
October 8, 2012 at 7:20 am
Hi, it seems that we are having the same trouble.
In my case, I want the stage name of my project, where the stage name is in DataSet1 and Project in...
October 3, 2012 at 10:17 am
Hi!
I believe that I've used correctly the Lookup function, but it doesn't retrieve the correct result.
Going to be hard to explain, but here it goes:
DataSet1 (from DataSource1) with ProjectName, from...
October 3, 2012 at 10:07 am
Take also a look at:
http://blog.hoegaerden.be/2010/05/16/looking-up-data-on-different-sources
Nice blog post.
Regards
October 3, 2012 at 9:25 am
Viewing 15 posts - 61 through 75 (of 111 total)