Selecting Multiple Default Parameter Values

  • Hi,

    I have a multi-select parameter that I would like to have multiple default values. Below is the XML for the parameter, but something isn't right. If I only have one of the four values, it works fine, but having all four, none are selected. Is there a way to do this?

    Thanks in advance!

    Melissa

  • Sorry...don't know why the XML didn't show up, but I have attached it.

    Thanks!

  • Looks to me that the DefaultValue should have only one "value" leaf, with the list of the values to select in a comma-separated list.

    As in:

    <DefaultValue>

    <Values>

    <Value>a,2</Value>

    </Values>

    </DefaultValue>

    In the above case - I want the values "A" and "2" selected by default.

    I'm curious - why monkey with the XML? the UI is fairly good for these things.

    ----------------------------------------------------------------------------------
    Your lack of planning does not constitute an emergency on my part...unless you're my manager...or a director and above...or a really loud-spoken end-user..All right - what was my emergency again?

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

You must be logged in to reply to this topic. Login to reply