Dashboard Discussion, Support, Examples, Help » How-To

Parameter Question

(2 posts)
  1. Hello,

    Newbie question: is there a way to allow users to select or enter multiple values for a parameter. Say we want to let the user filter by state - can they choose multiple state codes like NY, CA, TX? Thanks in advance.

    - Jeff

    Posted 6 months ago #
  2. Hi Jeff,
    Multiple selection feature is not available. Although the work around I can think of is to enable date input for the drop down parameter and let the user enter a comma seperated values like 'NY','CA','TX'. In the Qlet query, you can have an in-clause like where state in (G_PARAM<...>)

    Posted 6 months ago #

RSS feed for this topic

Reply

You must log in to post.