US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Results 1 to 3 of 3

Thread: Can someone give an example of singleValueQueryFunction please?

  1. #1

    Default Can someone give an example of singleValueQueryFunction please?

    Not sure about how to use the fields.
    Can someone give one example?
    Thanks.

  2. #2

    Default Here goes

    I was searching for that, too, just now. For me it was helpful to find this page:
    http://javadoc.pentaho.com/reporting...yFunction.html

    Then it becomes clear that the name of the field you want to read goes into "resultColumn". "Name" is the name you want to give to your field in your report, "Query" is the query to read from.
    "Fields" defines which of the values you already have from your default query shall be handed over as parameters. I don't need a parameter, but it seems like it is not allowed to leave this field empty so I just put one in, no matter which one.

    All the best,

    Axel

  3. #3

    Default

    Axel,
    Thanks.
    I want to figure out the link from the row of default/main query to the query for that one value.
    I read the source code, but could not figure out the way to link the values of main query to parameters of the fields .
    Steve

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts