Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. EricHarrington

    RDL Variables

    I came across a posting that indicated that RDL evaluates a group header and footer at the same time as the detail section. This appears to explains the issues I was encountering. If I include another group for forecastdt (date field), set the variable there and reference it in the previous...
  2. EricHarrington

    RDL Variables

    Thanks for helping out. The data is grouped by Category Name (categorynm), then by Driver Name (drivernm). For example: categorynm, drivernm Customers, Express Customers, Regular Customers, Service Center Sales, Express Sales, Regular Sales, Service Center There is a single value for each...
  3. EricHarrington

    RDL Variables

    Apparently I'm missing something. I had to revert to the original approach. I set the variable in the detail section via the day of the week. =IIf(Weekday(Fields!forecastdt.Value) =2 AND Fields!forecastamt.Value > 0 AND Fields!categorynm.Value = "Sales" AND Fields!drivernm.Value = "Express"...
  4. EricHarrington

    RDL Variables

    That worked perfectly, thank you. I need to do this for every day of the week and 3 different buckets, so a total of 21 variables. I list 2 of 7 from each bucket below. Is there a more efficient way to handle this, i.e. an array? Public Dim varSalesExpD1 As Decimal Public Dim varSalesExpD2 As...
  5. EricHarrington

    RDL Variables

    I'm trying to understand how to store a value in a variable in a RDL report. I'm using Microsoft Visual Studio 2005 Tools for Applications. In the Report Properties >> Code section, I've added: Public Dim varSales As Decimal I suspect there is a way to assign a value to this value in an...

Part and Inventory Search

Back
Top