Viewing 15 posts - 91 through 105 (of 111 total)
Doesn't work, already tried that way.
You any solution?
September 21, 2012 at 8:26 am
Ok, Thanks.
I got this:
=SWITCH
(
(Fields!Expr2.Value, "DataSet1") = 0, 0,
(Fields!Value.Value, "DataSet1") >= (Fields!Expr2.Value, "DataSet1"), 3,
(Fields!Value.Value, "DataSet1") / (Fields!Expr2.Value, "DataSet1") >= 0.7, 2,
(Fields!Value.Value, "DataSet1") / (Fields!Expr2.Value, "DataSet1") < 0.7, 1
)
It returns me an...
September 21, 2012 at 8:13 am
Thanks!
And what if there's more than one value in the value column?
For example: For Allocation I have at least 2 values (2 different funding sources).
Solutions for this example?
September 21, 2012 at 7:46 am
Great!
OK and about the changes I've done with 'Expr2'?
But I must be doing something wrong in the indicator state property with the colors expression.
Illuminate me here.
Thanks
September 21, 2012 at 7:16 am
Still doesn't work, I have this so far:
=SWITCH
(
LAST(Fields!Value.Value, "DataSet1") = 0, 0,
(FIRST(Fields!Value.Value, "DataSet1") >= LAST(Fields!Expr2.Value, "DataSet1")),3,
(FIRST(Fields!Value.Value, "DataSet1") / LAST(Fields!Expr2.Value, "DataSet1")), >= 0.7, 2,
(FIRST(Fields!Value.Value, "DataSet1") / LAST(Fields!Expr2.Value, "DataSet1")) < 0.7, 1
)
The...
September 21, 2012 at 7:04 am
OK thanks. But still not working.
Change of plan!
Table:
[valueType]|[Value]|[Expr1]|[Expr2]|[INDICATOR(4TrafficLights)]
[Allocation]|[3000000]|[ValuePlanned]|[5000000]
This way it may be easier, no?
With same conditions.
Can you write me the expression for this example?
Thanks!
September 21, 2012 at 5:37 am
OK, It is not working, but your suggestion brought me an ideia.
It is possible to use an indicator expression where - if the value from 'Textbox1'="Green" - show green indicator.
I'm...
September 21, 2012 at 5:07 am
Certainly the parenthesys have their importance here.
Could you check what you wrote above?
Thanks
Regards
September 21, 2012 at 4:36 am
2 Columns and a valueType has a respective value.
And what I need is to compare the value from allocation and the one from Value Planned.
September 21, 2012 at 4:12 am
Thanks H4K!
Lets say that I want to add in my tablix, a column : 'Allocation' where the data is in DATASET3. (Field: allocationvalue)
I'm trying to do as you said but,...
September 20, 2012 at 11:13 am
Can you show us the SQL code?
I had a similar problem, but what I wanted was to group 2 different fields, and all I had to do was to add...
September 12, 2012 at 5:38 am
Ok. I found a solution. Created a parameter(Name:ShowAll, DataType:Boolean, Visibility:Hidden, Default Values:False).
Added a textbox (Text:ExpandAll, Action:Go to report). Where users can click on, and all drilldowns expand.
And set the...
September 12, 2012 at 5:18 am
Thanks!
Already solved the problem! Thanks for the link Cazares, all usefull info.
Regards
September 11, 2012 at 7:39 am
Here's the result I get:
CAT NAME RESOURCES GROUPS
My Resource ...
September 11, 2012 at 5:11 am
Viewing 15 posts - 91 through 105 (of 111 total)