Home Server

Several Autosearch Values

edited January 2009 in Server
Hello
I need some help. I've made a report with 2 sources. In the first source
I'm using one field as an autosearch field and in the second source two
fields as autosearch fields. what I need to do is calling the report from
the url including all autosearch values. I know how to do that with one
adding the next expression to the url as an example

newsearch=T
asg0f0se=S
asg0f0sa=false

but I don?t know how to do it with 3 autosearch fields. I've tried
repeating the expression for each autosearch value and changing de value
asg0f0se with asg0f1se an so on, but it doesn't work. Could you please give
me a hand with this.
Thank you

PD: Sorry about my english

Comments

  • edited January 2009


    The naming convention is explained at the bottom of this article

    http://www.digital-metaphors.com/rbWiki/Server/Web_Tier/Execute_Specified_Report

    Here is the relevant part...

    "AutoSearch parameters have the following naming convention: asgXfYse and
    asgXfYsa.

    The asgX specifies the autosearch group number, where X is the number. The
    fY specifies the field number, where Y is the number. The se indicates that
    the value is a search expression and the sa specifies that the value is the
    "show all" boolean expression."

    An AutoSearch Group is created for each QueryDataview that contains
    autosearch parameters. So for your second query with two autosearch
    parameters the names should be

    asg1f0se
    asg1f0sa

    and

    asg1f1se
    asg1f1sa



    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited January 2009
    Great!!!!
    Thanks Nard

This discussion has been closed.