Sorry if these have been answered, I'm having problems searching for them.
I have a fair bit of experience with Crystal Reports 8.5 and am just starting on Reporting Services with MSSQL 2005. I felt a good place to start would be to convert some existing reports over. Here are some of the questions I've found:
1) I have several fields in a group with a =count(iif((expression), 1,0). I would like to sum them up without retyping the entire expression for each field I want included in the sum. I've tried fieldname.value + fieldname2.value ... without success. Any ideas?
2) In CR 8.5 I could have variables to share from one formula to the next. Can I still do that? How?
3) I have a few formulas that are very extensive. They crunch the data, put it into variables and the variables are displayed else where. How can I do this?
4) I'm having trouble accessing the web-based report server at I'm pretty sure I just missed a step, but I can't find it documented anywhere. Any suggestions or good how to manuals?
5) I'm going to need to create a graph in a very specific format. Neither CR nor Excel could do it. I can create it in VB .NET as an image. Any suggestions on how to smush it together?
I'm not stuck on any one way of doing things and don't mind changing if it makes life better.
Thanks!
I have a fair bit of experience with Crystal Reports 8.5 and am just starting on Reporting Services with MSSQL 2005. I felt a good place to start would be to convert some existing reports over. Here are some of the questions I've found:
1) I have several fields in a group with a =count(iif((expression), 1,0). I would like to sum them up without retyping the entire expression for each field I want included in the sum. I've tried fieldname.value + fieldname2.value ... without success. Any ideas?
2) In CR 8.5 I could have variables to share from one formula to the next. Can I still do that? How?
3) I have a few formulas that are very extensive. They crunch the data, put it into variables and the variables are displayed else where. How can I do this?
4) I'm having trouble accessing the web-based report server at I'm pretty sure I just missed a step, but I can't find it documented anywhere. Any suggestions or good how to manuals?
5) I'm going to need to create a graph in a very specific format. Neither CR nor Excel could do it. I can create it in VB .NET as an image. Any suggestions on how to smush it together?
I'm not stuck on any one way of doing things and don't mind changing if it makes life better.
Thanks!