Jump to content

How do I enter multiple value for parameterized info link


Chun Seong Low

Recommended Posts

Hi there

I had an info link with parameter, as shown at sample below. 'Site' is the parameter to passed by. I had no issue when I pass in 1 value, however, I wanted to pass in multiple values, and I had tried few options, and it didn't work for me. These are the options I tried so far, it just return 0 records.

Opt1: Site1, Site2

Opt2: Site1; Site2

Opt3: 'Site1','Site2'

Opt4: 'Site1';'Site2'

FROM

"spotfire_actionlog"."dbo"."vw_Library_Log" v1

WHERE

v1."Dept Site" IN (Site)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...