Default Avatar

Mr.TNT

Mr.TNT

About

Username
Mr.TNT
Joined
Visits
0
Last Active
Roles
Members

Comments

  • Hi, try something like this: Report totalReport = new Report(); totalReport.Load("pathToFirstReportTemplate"); totalReport.SetParameterValue("totalReportParamName", "totalReportParamValue"); totalReport.Prepare(); foreach (ReportToCreate r in myR…
  • Bill Sutton wrote: » I am attempting to prevent a divide by 0 error in the group footer of my report using [IIF([grpTotSales]=0,0,[grpTotShrinkValue]/[grpTotSales])] where grpTotSalse and GrpTotShrinkValue are Totals used in the Report if grp…
    in IIF Syntax Comment by Mr.TNT May 2019