I'm really new to SRS and trying to grasp all the concepts here. I come from a strong Crystal background, so I'm trying to translate Crystal concepts to SRS and failing in some cases
Here's my current question. I want to create a calculated field so I can do other calculations on it. I don't seem to be able to calculations on expressions/text boxes.
First, I right click on the dataset on the left hand side of the Visual Studio window. Then I Add and add a calculated field. Let's say =min(Fields!CURRCOST.Value) to return the minimum cost. Then I put that on my report, and the rpeort won't run.
I'm trying to understand why not. I THINK - and this is in non-programmer language - that it can't do a calculation on an item in the dataset because it's a field in the dataset itself. Or maybe it's because it needs to do this calculation on every row in the dataset? I need to understand.
Alternatively, I tried doing that in a cell in the layout window. But then it is just a textbox, and I cannot do further calculations on it - example - subtotaling on it.
Thanks in advance if you can shed any light on this to help a non-progrmmer understand.
Here's my current question. I want to create a calculated field so I can do other calculations on it. I don't seem to be able to calculations on expressions/text boxes.
First, I right click on the dataset on the left hand side of the Visual Studio window. Then I Add and add a calculated field. Let's say =min(Fields!CURRCOST.Value) to return the minimum cost. Then I put that on my report, and the rpeort won't run.
I'm trying to understand why not. I THINK - and this is in non-programmer language - that it can't do a calculation on an item in the dataset because it's a field in the dataset itself. Or maybe it's because it needs to do this calculation on every row in the dataset? I need to understand.
Alternatively, I tried doing that in a cell in the layout window. But then it is just a textbox, and I cannot do further calculations on it - example - subtotaling on it.
Thanks in advance if you can shed any light on this to help a non-progrmmer understand.