Jump to content

passing collection in hyperlink parameter


malek

Recommended Posts

Code:
I'm trying to send a collection through hyperlink parameter but i got nothing in the target page..  Is this feature possible ???
Code:
[code]I'm trying to send a collection through hyperlink parameter but i got nothing inthe target page.. Is this feature possible ???

 

Post Edited by malek at 08/19/2009 08:34

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hello,

I already did that by casting the collection to a string: I got a string like "[1,2,3,..X]".

I replaced the "[ ]" by parenthesis "( )" and in the query I didn't use the $X{IN,...] parameter but  the classical sql string :

"where field in $P!{Parameter}".

It worked fine.

To cast the collection to string, use the formula :  "" + $P{Collection}

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...