Home DADE

Parameters in calculated fields

edited September 2013 in DADE
Hi I'm using RB 14.08
Best regards

Comments

  • edited September 2013
    Hi Ignacio,

    For future reference, please continue the existing thread rather than
    starting a new one for each response.

    If you are calling PrintToDevices you need to be sure to initialize the
    parameters before printing.

    if Report.InitializeParameters then
    Report.PrintToDevices;

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2013
    Hi
    It was my mistake when answering. I write again the problem

    I need to add a parameter in a calculated field in my datapipeline. I
    use the following expression to add a new field in the calculation tab
    of my datapipeline (Select max(ADate) from mytable where ADate <
    :myparam) but it's like it does not take the value of the parameter
    defined in the report tree parameters
    Thanks



    El 06/09/2013 10:57, Nico Cizik (Digital Metaphors) escribió:
  • edited September 2013
    Ignacio,

    In my quick testing with a simple application and the DBDemos database,
    I was able to insert a parameter value into a calculated field in DADE
    and execute the query successfully.

    Please provide more information about your application, query,
    parameter, and final goal as well as the version of ReportBuilder and
    Delphi that you are using.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2013
    Hi
    Can I send images with an example attached to the answer? I think it
    will help to understand my problem
    Thanks

    Ing. Alewaerts Ignacio


    El 17/09/2013 10:27, Nico Cizik (Digital Metaphors) escribió:
  • edited September 2013
    Please send all files to support@digital-metaphors.com.

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.