Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Auto Page Change

    Sue,

    Thanks for that but surely that just refresh's the whole report with new data whereas I want a multi page report to automatically cycle through the pages without...

  • RE: Using Parameter to Define Columns in Query

    Here's an example of one of the current queries if that helps

    SELECT

    TestRuns.AlternateTestRunId

    ,[HDCW.553.STARS.Report].StepName

    ,[HDCW.553.STARS.Report].DynoSpeed

    ,[HDCW.553.STARS.Report].DynoTorque

    ,[HDCW.553.STARS.Report].EngPower

    ,[HDCW.553.STARS.Report].rFuelEngIn

    ,[HDCW.553.STARS.Report].tCoolHeadOut

    ,[HDCW.553.STARS.Report].tCoolEngOut

    ,[HDCW.553.STARS.Report].tOilEngSump

    ...

  • RE: Using Parameter to Define Columns in Query

    Thanks for the response.

    Didn't realise you could use Case like that and I can see that working but that's a lot of Case statements for the large number of columns...

Viewing 3 posts - 1 through 4 (of 4 total)