Recent content by Chris Dale

  1. C

    Displaying Header on all pages of report

    Hello! I am trying to display this “For Period 11/2/01 To 2/2/02” on the header of all the pages of a report. This is min and max of the entire data. I have done the following steps >Declared two global variable MinDate and MaxDate in the topmost report component >Two controls in the...
  2. C

    Exporting Actuate to Excel

    Hello Everyone! Please can someone help with the following? Exporting a report to excell when a report is run? Secondly, Is it possible to adjust the length of the legend lines so the lables dont clump together on a 3D pie chart? I will appreciate any help. Thanks Chris
  3. C

    Dynamic grouping in acutate

    Update on dynamic grouping I have figured out what I was doing wrong. In the datrow I declared two variables that the compare method was using as Storage = Static, Visibility = Public Type = Variant I change the declaration to Storage = Instance Visibility = Private Type = String...
  4. C

    Dynamic grouping in acutate

    Hello I am working with actuate on siebel and will like to dynamically prompt the user with two input boxes to base the sort criteria of the report on. For example the Prompt 1 Select primary grouping (Class, family, Model, or Product) Prompt 2 Select secodary grouping(Area, Sub-Area or...
Top