Recent content by CDeking

  1. C

    Hyperlinking with Parameters

    I am tring to do a hyperlink that has parameters in it. This is what I am tring to do and how I am doing it. "Claim Count User.rox?prmDateBegin = '" & [AuditDate] & "' and ?prmDateBegin = '" & [AuditDate] & "' and ?prmBranch = '" & [Branch] & "' and ?prmUser = '" & [UserID] & "' and ?prmJob =...
  2. C

    Parameter that needs to allow mulitple values.

    I have a parameter that I need to be able to allow mulitple values for. In Actuate you do not have any option for this. Is there a way that I can do this? Thanks for the help. Christy Deking.
Top